diff options
Diffstat (limited to 'jim-win32compat.h')
-rw-r--r-- | jim-win32compat.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/jim-win32compat.h b/jim-win32compat.h index 9cd35a3..325d1dd 100644 --- a/jim-win32compat.h +++ b/jim-win32compat.h @@ -21,14 +21,6 @@ char *dlerror(void); #define JIM_SPRINTF_DOUBLE_NEEDS_FIX #endif -/* MinGW does not have group/owner permissions */ -#ifndef S_IRWXG -#define S_IRWXG 0 -#endif -#ifndef S_IRWXO -#define S_IRWXO 0 -#endif - #ifdef _MSC_VER /* These are msvc vs gcc */ |