diff options
Diffstat (limited to 'shared')
-rw-r--r-- | shared/shared.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/shared.h b/shared/shared.h index c779d96..ff010eb 100644 --- a/shared/shared.h +++ b/shared/shared.h @@ -56,7 +56,7 @@ typedef u_int8_t uchar; #endif #endif -#ifdef NT +#ifdef _WIN32 #ifndef int32 typedef long int32; #endif |