]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/wince/tbarwce.h
Applied patch [ 903619 ] Win64 and Itanium support
[wxWidgets.git] / include / wx / msw / wince / tbarwce.h
index 938559aca31063dce6cd2eb1e7bb90c02fb98347..b8041224e3ab96098e928c5896039057d07b8c06 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef _WX_BARWCE_H_
 #define _WX_BARWCE_H_
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
     #pragma interface "tbarwce.h"
 #endif
 
@@ -112,7 +112,7 @@ protected:
     virtual wxToolBarToolBase *CreateTool(wxControl *control);
 
     // override WndProc mainly to process WM_SIZE
-    virtual long MSWWindowProc(WXUINT nMsg, WXWPARAM wParam, WXLPARAM lParam);
+    virtual WXLRESULT MSWWindowProc(WXUINT nMsg, WXWPARAM wParam, WXLPARAM lParam);
 
     // return the appropriate size and flags for the toolbar control
     virtual wxSize DoGetBestSize() const;