]> git.sesse.net Git - vlc/blobdiff - src/interface/interface.c
Use _WIN32 rather than WIN32 (same for WIN64)
[vlc] / src / interface / interface.c
index a6a9938f8d7cf9541ceeff73a16e6a49017639a4..235053843381d7c124eba03850ecb5a6ef2f4d2e 100644 (file)
@@ -80,7 +80,7 @@ int intf_Create( vlc_object_t *p_this, const char *chain )
                 VLC_VAR_HASCHOICE | VLC_VAR_ISCOMMAND );
     text.psz_string = _("Add Interface");
     var_Change( p_intf, "intf-add", VLC_VAR_SETTEXT, &text, NULL );
-#if !defined(WIN32) && defined(HAVE_ISATTY)
+#if !defined(_WIN32) && defined(HAVE_ISATTY)
     if( isatty( 0 ) )
 #endif
     {