]> git.sesse.net Git - vlc/blobdiff - modules/gui/skins/win32/win32_font.cpp
* at last made the skin module compile under linux !
[vlc] / modules / gui / skins / win32 / win32_font.cpp
index 70eaa131ce8fd98341a51dfc12279fe38173306d..66d22f36b655a0d073a06132e0aa34ff11d86fe2 100644 (file)
@@ -2,7 +2,7 @@
  * win32_font.cpp: Win32 implementation of the Font class
  *****************************************************************************
  * Copyright (C) 2003 VideoLAN
- * $Id: win32_font.cpp,v 1.1 2003/03/18 02:21:47 ipkiss Exp $
+ * $Id: win32_font.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>
@@ -147,3 +148,4 @@ void Win32Font::PrintColor( Graphics *dest, string text, int x, int y, int w,
 //---------------------------------------------------------------------------
 
 
+#endif