]> git.sesse.net Git - vlc/blobdiff - modules/gui/skins/win32/win32_bitmap.h
* at last made the skin module compile under linux !
[vlc] / modules / gui / skins / win32 / win32_bitmap.h
index efcb1d008f5fba6930fdbe2fe8f7b2da19ec045e..7d1dc3ea98c8fc1207b4c1510e1cd563547caf39 100644 (file)
@@ -2,7 +2,7 @@
  * win32_bitmap.h: Win32 implementation of the Bitmap class
  *****************************************************************************
  * Copyright (C) 2003 VideoLAN
- * $Id: win32_bitmap.h,v 1.1 2003/03/18 02:21:47 ipkiss Exp $
+ * $Id: win32_bitmap.h,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
 
 #ifndef VLC_WIN32_BITMAP
 #define VLC_WIN32_BITMAP
@@ -67,3 +68,5 @@ class Win32Bitmap : public Bitmap
 //---------------------------------------------------------------------------
 
 #endif
+
+#endif