##// END OF EJS Templates
windows: make openhardlinks work...
Henrik Stuart -
r8559:4429751f default
parent child Browse files
Show More
@@ -68,7 +68,7 b' def _is_win_9x():'
68 return 'command' in os.environ.get('comspec', '')
68 return 'command' in os.environ.get('comspec', '')
69
69
70 def openhardlinks():
70 def openhardlinks():
71 return not _is_win_9x and "win32api" in locals()
71 return not _is_win_9x() and "win32api" in globals()
72
72
73 def system_rcpath():
73 def system_rcpath():
74 try:
74 try:
General Comments 0
You need to be logged in to leave comments. Login now