diff options
Diffstat (limited to 'Lib/os.py')
-rw-r--r-- | Lib/os.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -171,6 +171,7 @@ if _exists("_have_functions"): _add("HAVE_FSTATAT", "stat") _add("HAVE_LCHFLAGS", "chflags") _add("HAVE_LCHMOD", "chmod") + _add("MS_WINDOWS", "chmod") if _exists("lchown"): # mac os x10.3 _add("HAVE_LCHOWN", "chown") _add("HAVE_LINKAT", "link") |