diff options
-rw-r--r-- | Source/cm_sys_stat.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/cm_sys_stat.h b/Source/cm_sys_stat.h index eb874c7..9194286 100644 --- a/Source/cm_sys_stat.h +++ b/Source/cm_sys_stat.h @@ -7,11 +7,6 @@ using mode_t = unsigned short; #endif -#if defined(WIN32) -using uid_t = unsigned short; -using gid_t = unsigned short; -#endif - #include <sys/types.h> // include sys/stat.h after sys/types.h #include <sys/stat.h> // IWYU pragma: export |