2 * Copyright (C) the Wine project
4 * This library is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU Lesser General Public
6 * License as published by the Free Software Foundation; either
7 * version 2.1 of the License, or (at your option) any later version.
9 * This library is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 * Lesser General Public License for more details.
14 * You should have received a copy of the GNU Lesser General Public
15 * License along with this library; if not, write to the Free Software
16 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
19 #ifndef __WINE_WINDOWS_H
20 #define __WINE_WINDOWS_H
23 #error Wine should not include windows.h internally
26 #if defined(RC_INVOKED) && !defined(NOWINRES)
28 #else /* RC_INVOKED && !NOWINRES */
30 /* All the basic includes */
31 #include "msvcrt/excpt.h"
42 /* Not so essential ones */
43 #ifndef WIN32_LEAN_AND_MEAN
51 /* #include "nb30.h" */
54 /* #include "winperf.h" */
56 #ifndef WINE_NOWINSOCK
58 /* #include "mswsock.h" */
59 #endif /* WINE_NOWINSOCK */
75 #endif /* !WIN32_LEAN_AND_MEAN */
83 #endif /* !NOSERVICE */
95 Where does
this belong
? Nobody uses
this stuff anyway
.
97 BYTE i
; /* much more .... */
99 typedef KANJISTRUCT
*LPKANJISTRUCT
;
100 typedef KANJISTRUCT
*NPKANJISTRUCT
;
101 typedef KANJISTRUCT
*PKANJISTRUCT
;
103 BOOL16 WINAPI
CheckMenuRadioButton16(HMENU16
,UINT16
,UINT16
,UINT16
,BOOL16
);
104 BOOL WINAPI
CheckMenuRadioButton(HMENU
,UINT
,UINT
,UINT
,BOOL
);
105 WORD WINAPI
WOWHandle16(HANDLE
,WOW_HANDLE_TYPE
);
109 #endif /* RC_INVOKED && !NOWINRES */
110 #endif /* __WINE_WINDOWS_H */