Mercurial > mplayer.hg
annotate loader/wine/windows.h @ 24887:484b8eaaf28f
Remove unused functions in af.c
author | uau |
---|---|
date | Thu, 01 Nov 2007 06:51:57 +0000 |
parents | c98c9e7f3bd0 |
children | a8ea87c71d18 |
rev | line source |
---|---|
24422
c98c9e7f3bd0
Remove leading underscores from multiple inclusion guards,
diego
parents:
1
diff
changeset
|
1 #ifndef WINE_WINDOWS_H |
c98c9e7f3bd0
Remove leading underscores from multiple inclusion guards,
diego
parents:
1
diff
changeset
|
2 #define WINE_WINDOWS_H |
1 | 3 |
4 #ifdef __cplusplus | |
5 extern "C" { | |
6 #endif | |
7 | |
8 #include "windef.h" | |
9 #include "winbase.h" | |
10 #include "winuser.h" | |
11 #include "shell.h" | |
12 #include "winreg.h" | |
13 #include "winnetwk.h" | |
14 #include "winver.h" | |
15 #include "lzexpand.h" | |
16 #include "shellapi.h" | |
17 #include "ole2.h" | |
18 #include "winnls.h" | |
19 #include "objbase.h" | |
20 #include "winspool.h" | |
21 | |
22 #if 0 | |
23 Where does this belong? Nobody uses this stuff anyway. | |
24 typedef struct { | |
25 BYTE i; /* much more .... */ | |
26 } KANJISTRUCT; | |
27 typedef KANJISTRUCT *LPKANJISTRUCT; | |
28 typedef KANJISTRUCT *NPKANJISTRUCT; | |
29 typedef KANJISTRUCT *PKANJISTRUCT; | |
30 | |
31 | |
32 #endif /* 0 */ | |
33 | |
34 #ifdef __cplusplus | |
35 } | |
36 #endif | |
37 | |
24422
c98c9e7f3bd0
Remove leading underscores from multiple inclusion guards,
diego
parents:
1
diff
changeset
|
38 #endif /* WINE_WINDOWS_H */ |