]> git.sesse.net Git - vlc/blobdiff - include/vlc_charset.h
block_helper: remove dead assignments
[vlc] / include / vlc_charset.h
index 56808f37d4b6b293912498da0322bf69c5d45d70..4de57ab70f369c91338676f8ca154ecab427ca5e 100644 (file)
@@ -48,7 +48,7 @@ VLC_API const char * IsUTF8( const char * ) VLC_USED;
 VLC_API char * FromCharset( const char *charset, const void *data, size_t data_size ) VLC_USED;
 VLC_API void * ToCharset( const char *charset, const char *in, size_t *outsize ) VLC_USED;
 
-#ifdef WIN32
+#ifdef _WIN32
 VLC_USED
 static inline char *FromWide (const wchar_t *wide)
 {