]> git.sesse.net Git - vlc/blobdiff - modules/gui/skins/win32/win32_theme.cpp
* at last made the skin module compile under linux !
[vlc] / modules / gui / skins / win32 / win32_theme.cpp
index a5f4243fe3695756fb024094310f9d4d39efaa16..d54813f1922bfe943d01e4a9f03d171a2d951c89 100644 (file)
@@ -2,7 +2,7 @@
  * win32_theme.cpp: Win32 implementation of the Theme class
  *****************************************************************************
  * Copyright (C) 2003 VideoLAN
- * $Id: win32_theme.cpp,v 1.1 2003/03/18 02:21:47 ipkiss Exp $
+ * $Id: win32_theme.cpp,v 1.2 2003/04/12 21:43:27 asmax Exp $
  *
  * Authors: Olivier Teulière <ipkiss@via.ecp.fr>
  *          Emmanuel Puig    <karibu@via.ecp.fr>
@@ -23,6 +23,7 @@
  * USA.
  *****************************************************************************/
 
+#ifdef WIN32
 
 //--- WIN32 -----------------------------------------------------------------
 #include <windows.h>
@@ -341,3 +342,4 @@ void Win32Theme::ChangeTaskbar()
 }
 //---------------------------------------------------------------------------
 
+#endif