]> git.sesse.net Git - vlc/blobdiff - modules/access/zip/unzip/unzip.h
Use _WIN32 rather than WIN32 (same for WIN64)
[vlc] / modules / access / zip / unzip / unzip.h
index b247937c8078a94447eb2f047a01590b1aee3381..1b7065f6dafeb5e0929285ad820964f873f0ded8 100644 (file)
@@ -58,7 +58,7 @@ extern "C" {
 #endif
 
 #if defined(STRICTUNZIP) || defined(STRICTZIPUNZIP)
-/* like the STRICT of WIN32, we define a pointer that cannot be converted
+/* like the STRICT of _WIN32, we define a pointer that cannot be converted
     from (void*) without cast */
 typedef struct TagunzFile__ { int unused; } unzFile__;
 typedef unzFile__ *unzFile;