X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/42d11c8e66149da692edaddcffc4c67cfa7ca496..1ca21594f7d0a28c4b3721088dbb0206b563bf8b:/include/wx/msw/winundef.h diff --git a/include/wx/msw/winundef.h b/include/wx/msw/winundef.h index 41181e982a..13788c1f85 100644 --- a/include/wx/msw/winundef.h +++ b/include/wx/msw/winundef.h @@ -5,7 +5,7 @@ // Modified by: // Created: 16.05.99 // RCS-ID: $Id$ -// Copyright: (c) wxWindows team +// Copyright: (c) wxWidgets team // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -27,8 +27,7 @@ // CreateDialog -//#ifdef(CreateDialog) -#if !defined(__WXWINCE__) && defined(CreateDialog) +#if defined(CreateDialog) #undef CreateDialog inline HWND CreateDialog(HINSTANCE hInstance, @@ -318,6 +317,7 @@ inline BOOL IsMaximized(HWND hwnd) { #ifdef __WXWINCE__ + wxUnusedVar(hwnd); return FALSE; #else return IsZoomed(hwnd); @@ -332,6 +332,7 @@ inline HWND GetFirstChild(HWND hwnd) { #ifdef __WXWINCE__ + wxUnusedVar(hwnd); return 0; #else return GetTopWindow(hwnd);