]> git.sesse.net Git - vlc/blobdiff - include/vlc_interface.h
\o/ skins2 work on win32 \o/ <(°v°<)
[vlc] / include / vlc_interface.h
index 1c028b74204f777bb38f320a4f0c707a367588c9..58b40b807e4d577abd3948ae131096de945ed505 100644 (file)
@@ -50,7 +50,7 @@ struct intf_thread_t
     VLC_COMMON_MEMBERS
 
     /* Thread properties and locks */
-#ifdef __APPLE__
+#if defined( __APPLE__ ) || defined( WIN32 )
     bool          b_should_run_on_first_thread;
 #endif