diff options
Diffstat (limited to 'src/lib/third_party/src/gcrypt_light.c')
-rw-r--r-- | src/lib/third_party/src/gcrypt_light.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/third_party/src/gcrypt_light.c b/src/lib/third_party/src/gcrypt_light.c index c048e8704..8ad142576 100644 --- a/src/lib/third_party/src/gcrypt_light.c +++ b/src/lib/third_party/src/gcrypt_light.c @@ -1,6 +1,6 @@ #include <stdint.h> -#ifndef _WIN32 +#ifndef WIN32 #include <unistd.h> #endif #include <string.h> |