X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Faccess%2Fzip%2Funzip%2Funzip.h;h=1b7065f6dafeb5e0929285ad820964f873f0ded8;hb=6d5336200143e6d1ad70ef653c72265d25f67640;hp=b247937c8078a94447eb2f047a01590b1aee3381;hpb=8f9168d79c6b93358c17590c1ce4cfe6fccaa62c;p=vlc diff --git a/modules/access/zip/unzip/unzip.h b/modules/access/zip/unzip/unzip.h index b247937c80..1b7065f6da 100644 --- a/modules/access/zip/unzip/unzip.h +++ b/modules/access/zip/unzip/unzip.h @@ -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;