1 /////////////////////////////////////////////////////////////////////////////
2 // Name: wx/msw/missing.h
3 // Purpose: Declarations for parts of the Win32 SDK that are missing in
4 // the versions that come with some compilers
7 // Copyright: (c) 2002 Mattia Barbon
8 // Licence: wxWindows licence
9 /////////////////////////////////////////////////////////////////////////////
11 #ifndef _WX_MISSING_H_
12 #define _WX_MISSING_H_
15 * The following are required for VC++ 6.
18 // Needed by cursor.cpp
20 #define IDC_HAND MAKEINTRESOURCE(32649)
23 // Needed by strconv.cpp
24 #ifndef WC_NO_BEST_FIT_CHARS
25 #define WC_NO_BEST_FIT_CHARS 0x400
28 #ifndef WM_CONTEXTMENU
29 #define WM_CONTEXTMENU 0x007B
32 // Needed by toplevel.cpp
33 #ifndef WM_UPDATEUISTATE
34 #define WM_UPDATEUISTATE 0x0128
37 #ifndef WM_CHANGEUISTATE
38 #define WM_CHANGEUISTATE 0x0127
41 #ifndef WM_PRINTCLIENT
42 #define WM_PRINTCLIENT 0x318
45 // Needed by toplevel.cpp
49 #define UIS_INITIALIZE 3
52 #ifndef UISF_HIDEFOCUS
53 #define UISF_HIDEFOCUS 1
56 #ifndef UISF_HIDEACCEL
57 #define UISF_HIDEACCEL 2
61 #define OFN_EXPLORER 0x00080000
64 #ifndef OFN_ENABLESIZING
65 #define OFN_ENABLESIZING 0x00800000
68 // Needed by window.cpp
71 #define WM_MOUSEWHEEL 0x020A
74 #define WHEEL_DELTA 120
76 #ifndef SPI_GETWHEELSCROLLLINES
77 #define SPI_GETWHEELSCROLLLINES 104
79 #endif // wxUSE_MOUSEWHEEL
81 // Needed by window.cpp
93 #define VK_OEM_PLUS 0xBB
94 #define VK_OEM_COMMA 0xBC
95 #define VK_OEM_MINUS 0xBD
96 #define VK_OEM_PERIOD 0xBE
100 #define SM_TABLETPC 86
103 #ifndef INKEDIT_CLASS
104 # define INKEDIT_CLASSW L"INKEDIT"
106 # define INKEDIT_CLASS INKEDIT_CLASSW
108 # define INKEDIT_CLASS "INKEDIT"
112 #ifndef EM_SETINKINSERTMODE
113 # define EM_SETINKINSERTMODE (WM_USER + 0x0204)
116 #ifndef EM_SETUSEMOUSEFORINPUT
117 #define EM_SETUSEMOUSEFORINPUT (WM_USER + 0x224)
121 #define TPM_RECURSE 1
125 #ifndef WS_EX_LAYOUTRTL
126 #define WS_EX_LAYOUTRTL 0x00400000
129 #ifndef WS_EX_COMPOSITED
130 #define WS_EX_COMPOSITED 0x02000000L
133 #ifndef WS_EX_LAYERED
134 #define WS_EX_LAYERED 0x00080000
142 * The following are required for VC++ 5 when the PSDK is not available.
145 #if defined __VISUALC__ && __VISUALC__ <= 1100
147 #ifndef VER_NT_WORKSTATION
149 typedef struct _OSVERSIONINFOEXA
{
150 DWORD dwOSVersionInfoSize
;
151 DWORD dwMajorVersion
;
152 DWORD dwMinorVersion
;
155 CHAR szCSDVersion
[128];
156 WORD wServicePackMajor
;
157 WORD wServicePackMinor
;
161 } OSVERSIONINFOEXA
, *POSVERSIONINFOEXA
, *LPOSVERSIONINFOEXA
;
162 typedef struct _OSVERSIONINFOEXW
{
163 DWORD dwOSVersionInfoSize
;
164 DWORD dwMajorVersion
;
165 DWORD dwMinorVersion
;
168 WCHAR szCSDVersion
[128];
169 WORD wServicePackMajor
;
170 WORD wServicePackMinor
;
174 } OSVERSIONINFOEXW
, *POSVERSIONINFOEXW
, *LPOSVERSIONINFOEXW
;
177 typedef OSVERSIONINFOW OSVERSIONINFO
,*POSVERSIONINFO
,*LPOSVERSIONINFO
;
178 typedef OSVERSIONINFOEXW OSVERSIONINFOEX
,*POSVERSIONINFOEX
,*LPOSVERSIONINFOEX
;
180 typedef OSVERSIONINFOA OSVERSIONINFO
,*POSVERSIONINFO
,*LPOSVERSIONINFO
;
181 typedef OSVERSIONINFOEXA OSVERSIONINFOEX
,*POSVERSIONINFOEX
,*LPOSVERSIONINFOEX
;
184 #endif // defined VER_NT_WORKSTATION
190 // NMLVCUSTOMDRAW originally didn't have the iSubItem member. It was added
191 // with IE4, as was IPN_FIRST which is used as a test :-(.
195 typedef struct wxtagNMLVCUSTOMDRAW_
{
200 } wxNMLVCUSTOMDRAW_
, *wxLPNMLVCUSTOMDRAW_
;
202 #define NMLVCUSTOMDRAW wxNMLVCUSTOMDRAW_
203 #define LPNMLVCUSTOMDRAW wxLPNMLVCUSTOMDRAW_
205 #endif // defined IPN_FIRST
207 #endif // defined __VISUALC__ && __VISUALC__ <= 1100
209 // ----------------------------------------------------------------------------
210 // ListView common control
211 // Needed by listctrl.cpp
212 // ----------------------------------------------------------------------------
214 #ifndef LVS_EX_FULLROWSELECT
215 #define LVS_EX_FULLROWSELECT 0x00000020
218 #ifndef LVS_EX_LABELTIP
219 #define LVS_EX_LABELTIP 0x00004000
222 #ifndef LVS_EX_SUBITEMIMAGES
223 #define LVS_EX_SUBITEMIMAGES 0x00000002
226 #ifndef HDN_GETDISPINFOW
227 #define HDN_GETDISPINFOW (HDN_FIRST-29)
231 * In addition to the above, the following are required for several compilers.
234 #if !defined(CCS_VERT)
235 #define CCS_VERT 0x00000080L
238 #if !defined(TB_SETDISABLEDIMAGELIST)
239 #define TB_SETDISABLEDIMAGELIST (WM_USER + 54)
240 #endif // !defined(TB_SETDISABLEDIMAGELIST)
242 #ifndef CFM_BACKCOLOR
243 #define CFM_BACKCOLOR 0x04000000
246 #ifndef HANGUL_CHARSET
247 #define HANGUL_CHARSET 129
250 #ifndef CCM_SETUNICODEFORMAT
251 #define CCM_SETUNICODEFORMAT 8197
254 // ----------------------------------------------------------------------------
256 // ----------------------------------------------------------------------------
259 #define TV_FIRST 0x1100
262 #ifndef TVS_FULLROWSELECT
263 #define TVS_FULLROWSELECT 0x1000
266 #ifndef TVM_SETBKCOLOR
267 #define TVM_SETBKCOLOR (TV_FIRST + 29)
268 #define TVM_SETTEXTCOLOR (TV_FIRST + 30)
272 * The following are required for BC++ 5.5 (none at present.)
276 * The following are specifically required for Digital Mars C++
281 typedef struct _OSVERSIONINFOEX
{
282 DWORD dwOSVersionInfoSize
;
283 DWORD dwMajorVersion
;
284 DWORD dwMinorVersion
;
287 TCHAR szCSDVersion
[ 128 ];
288 WORD wServicePackMajor
;
289 WORD wServicePackMinor
;
295 #ifndef _TrackMouseEvent
296 #define _TrackMouseEvent TrackMouseEvent
299 #ifndef LVM_SETEXTENDEDLISTVIEWSTYLE
300 #define LVM_SETEXTENDEDLISTVIEWSTYLE (0x1000 + 54)
303 #ifndef LVM_GETSUBITEMRECT
304 #define LVM_GETSUBITEMRECT (0x1000 + 56)
308 #define LVCF_IMAGE 0x0010
311 #ifndef Header_GetItemRect
312 #define Header_GetItemRect(w,i,r) \
313 (BOOL)SendMessage((w),HDM_GETITEMRECT,(WPARAM)(i),(LPARAM)(r))
316 #ifndef HDM_GETITEMRECT
317 #define HDM_GETITEMRECT (HDM_FIRST+7)
320 #ifndef ListView_GetHeader
321 #define ListView_GetHeader(w) (HWND)SendMessage((w),LVM_GETHEADER,0,0)
324 #ifndef ListView_GetSubItemRect
325 #define ListView_GetSubItemRect(w, i, s, c, p) (HWND)SendMessage(w,LVM_GETSUBITEMRECT,i, ((p) ? ((((LPRECT)(p))->top = s), (((LPRECT)(p))->left = c), (LPARAM)(p)) : (LPARAM)(LPRECT)NULL))
328 #ifndef LVM_GETHEADER
329 #define LVM_GETHEADER (LVM_FIRST+31)
332 #ifndef LVSICF_NOSCROLL
333 #define LVSICF_NOINVALIDATEALL 0x0001
334 #define LVSICF_NOSCROLL 0x0002
341 // ----------------------------------------------------------------------------
343 // ----------------------------------------------------------------------------
345 // The windows headers with Digital Mars lack some typedefs.
346 // typedef them as my_XXX and then #define to rename to XXX in case
347 // a newer version of Digital Mars fixes the headers
348 // (or up to date PSDK is in use with older version)
349 // also we use any required definition (MONITOR_DEFAULTTONULL) to recognize
350 // whether whole missing block needs to be included
352 #ifndef MONITOR_DEFAULTTONULL
354 #define HMONITOR_DECLARED
355 DECLARE_HANDLE(HMONITOR
);
356 typedef BOOL(CALLBACK
* my_MONITORENUMPROC
)(HMONITOR
,HDC
,LPRECT
,LPARAM
);
357 #define MONITORENUMPROC my_MONITORENUMPROC
358 typedef struct my_tagMONITORINFO
{
363 } my_MONITORINFO
,*my_LPMONITORINFO
;
364 #define MONITORINFO my_MONITORINFO
365 #define LPMONITORINFO my_LPMONITORINFO
367 typedef struct my_MONITORINFOEX
: public my_tagMONITORINFO
369 TCHAR szDevice
[CCHDEVICENAME
];
370 } my_MONITORINFOEX
, *my_LPMONITORINFOEX
;
371 #define MONITORINFOEX my_MONITORINFOEX
372 #define LPMONITORINFOEX my_LPMONITORINFOEX
374 #ifndef MONITOR_DEFAULTTONULL
375 #define MONITOR_DEFAULTTONULL 0
376 #endif // MONITOR_DEFAULTTONULL
378 #ifndef MONITORINFOF_PRIMARY
379 #define MONITORINFOF_PRIMARY 1
380 #endif // MONITORINFOF_PRIMARY
382 #ifndef DDENUM_ATTACHEDSECONDARYDEVICES
383 #define DDENUM_ATTACHEDSECONDARYDEVICES 1
386 #endif // MONITOR_DEFAULTTONULL
388 // ----------------------------------------------------------------------------
390 // ----------------------------------------------------------------------------
393 #define TVIS_FOCUSED 0x0001
396 #ifndef TVS_CHECKBOXES
397 #define TVS_CHECKBOXES 0x0100
401 #define TVITEM TV_ITEM
408 * The following are specifically required for OpenWatcom C++ (none at present)
411 #if defined(__WATCOMC__)
415 * The following are specifically required for MinGW (none at present)
418 #if defined (__MINGW32__)
422 * In addition to the declarations for VC++, the following are required for WinCE
426 #include "wx/msw/wince/missing.h"
430 * The following are specifically required for Wine
434 #ifndef ENUM_CURRENT_SETTINGS
435 #define ENUM_CURRENT_SETTINGS ((DWORD)-1)
437 #ifndef BROADCAST_QUERY_DENY
438 #define BROADCAST_QUERY_DENY 1112363332
440 #endif // defined __WINE__