1 #ifndef MPLAYER_WINDOWS_H
2 #define MPLAYER_WINDOWS_H
3 
4 #include "windef.h"
5 #include "winbase.h"
6 #include "winuser.h"
7 #include "shell.h"
8 #include "winreg.h"
9 #include "winnetwk.h"
10 #include "winver.h"
11 #include "lzexpand.h"
12 #include "shellapi.h"
13 #include "ole2.h"
14 #include "winnls.h"
15 #include "objbase.h"
16 #include "winspool.h"
17 
18 #if 0
19   Where does this belong? Nobody uses this stuff anyway.
20 typedef struct {
21 	BYTE i;  /* much more .... */
22 } KANJISTRUCT;
23 typedef KANJISTRUCT *LPKANJISTRUCT;
24 typedef KANJISTRUCT *NPKANJISTRUCT;
25 typedef KANJISTRUCT *PKANJISTRUCT;
26 
27 
28 #endif /* 0 */
29 
30 #endif /* MPLAYER_WINDOWS_H */
31