]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/palette.cpp
Added generic drag image source file
[wxWidgets.git] / src / msw / palette.cpp
index 48d8a761507ab4d94487092d1995dd531e442d0d..a7828cb1ef4a9aa243889a80607f32db5c689479 100644 (file)
@@ -5,8 +5,8 @@
 // Modified by:
 // Created:     04/01/98
 // RCS-ID:      $Id$
-// Copyright:   (c) Julian Smart and Markus Holzem
-// Licence:     wxWindows license
+// Copyright:   (c) Julian Smart
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifdef __GNUG__
@@ -73,7 +73,7 @@ bool wxPalette::Create(int n, const unsigned char *red, const unsigned char *gre
 {
   UnRef();
 
-#if defined(__WXWINE__) || defined(__WXMICROWIN__)
+#if defined(__WXMICROWIN__)
 
   return (FALSE);