]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/winundef.h
use MSWAlwaysDrawBg() to fix the problem with black background; rewrote/cleaned up...
[wxWidgets.git] / include / wx / msw / winundef.h
index 13788c1f8554c7c066bbdf95e38c9d44916c533e..1f711c2c4691e2cd06df243612a7b60c5198a0e5 100644 (file)
 
 #if defined(__WXWINCE__) && defined(DrawIcon) //#ifdef DrawIcon
     #undef DrawIcon
-    inline BOOL DrawIcon(HDC hdc, int x, int y, HICON hicon) 
+    inline BOOL DrawIcon(HDC hdc, int x, int y, HICON hicon)
     {
         return DrawIconEx(hdc,x,y,hicon,0,0,0,NULL, DI_NORMAL) ;
     }