]> git.sesse.net Git - vlc/blobdiff - modules/gui/skins/win32/win32_dragdrop.h
* at last made the skin module compile under linux !
[vlc] / modules / gui / skins / win32 / win32_dragdrop.h
index 1748c0a31993cb98f8b44e6645f8deaeaef894ad..a4ff3ebfc212e22f97be8f98ab2d454077f88302 100644 (file)
@@ -2,7 +2,7 @@
  * win32_dragdrop.h: Win32 implementation of the drag & drop
  *****************************************************************************
  * Copyright (C) 2003 VideoLAN
- * $Id: win32_dragdrop.h,v 1.1 2003/03/18 02:21:47 ipkiss Exp $
+ * $Id: win32_dragdrop.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_SKIN_WIN32_DRAGDROP
 #define VLC_SKIN_WIN32_DRAGDROP
@@ -60,3 +61,5 @@ class Win32DropObject : public IDropTarget
 };
 //---------------------------------------------------------------------------
 #endif
+
+#endif