win32: get_path(): fix undefined behavior
[mplayer.git] / loader / wine / windows.h
blob1443bb32b1ae0356d0116b877297f21bfce096c4
1 #ifndef MPLAYER_WINDOWS_H
2 #define MPLAYER_WINDOWS_H
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"
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;
28 #endif /* 0 */
30 #endif /* MPLAYER_WINDOWS_H */