source: branches/swt/include/win/windows.h@ 22080

Last change on this file since 22080 was 22080, checked in by rousseau, 11 years ago

Added missing structures and callback types

structures:
o ACTCTX
o BUTTON_IMAGELIST (from ReactOS)
o CERT_CONTEXT
o CERT_INFO
o CERT_NAME_BLOB
o CERT_PUBLIC_KEY_INFO
o CRYPT_ALGORITHM_IDENTIFIER
o CRYPT_ALGORITHM_IDENTIFIER
o CRYPT_BIT_BLOB
o CRYPT_INTEGER_BLOB
o CRYPT_OBJID_BLOB
o LITEM
o LVINSERTMARK
o MENUBARINFO
o NMLINK
o LPOSVERSIONINFOA
o LPOSVERSIONINFOW

callbacks:
o LANGUAGEGROUP_ENUMPROCA
o LANGUAGEGROUP_ENUMPROCW

File size: 876 bytes
Line 
1/* $Id: windows.h,v 1.9 2003-04-02 12:57:38 sandervl Exp $ */
2
3#ifndef __WINE_WINDOWS_H
4#define __WINE_WINDOWS_H
5
6#ifdef __cplusplus
7extern "C" {
8#endif
9
10#ifdef __WIN32OS2__
11#include <odin.h>
12#endif
13
14#include "winbase.h"
15#include "wingdi.h"
16#include "winuser.h"
17#include "windef.h"
18#include "shell.h"
19#include "winreg.h"
20#include "ddeml.h"
21#include "dlgs.h"
22#include "winnetwk.h"
23#include "winver.h"
24#include "lzexpand.h"
25#include "shellapi.h"
26#include "winnls.h"
27#ifdef __cplusplus
28#include "ole2.h"
29#include "objbase.h"
30#endif
31#include <winver.h>
32#include <winerror.h>
33
34#include <commdlg.h>
35#include <winspool.h>
36#include <imm.h>
37
38///-------------------------------------------------------------------[swt-os2]
39#include <wincrypt.h>
40///----------------------------------------------------------------------------
41
42#ifdef __cplusplus
43}
44#endif
45
46#endif /* __WINE_WINDOWS_H */
Note: See TracBrowser for help on using the repository browser.