diff options
Diffstat (limited to 'Modules/posixmodule.c')
-rw-r--r-- | Modules/posixmodule.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Modules/posixmodule.c b/Modules/posixmodule.c index f5beb09..89f9757 100644 --- a/Modules/posixmodule.c +++ b/Modules/posixmodule.c @@ -312,11 +312,11 @@ extern char *ctermid_r(char *); #ifndef IO_REPARSE_TAG_MOUNT_POINT #define IO_REPARSE_TAG_MOUNT_POINT (0xA0000003L) #endif -#include "osdefs.h" +#include "osdefs.h" // SEP #include <malloc.h> #include <windows.h> -#include <shellapi.h> /* for ShellExecute() */ -#include <lmcons.h> /* for UNLEN */ +#include <shellapi.h> // ShellExecute() +#include <lmcons.h> // UNLEN #define HAVE_SYMLINK #endif /* _MSC_VER */ |