Create directories that don't contain a Makefile.
[wine/multimedia.git] / include / w32sys.h
blob73e072f16a080a21edc5e266a8463688bdd35800
1 /*
2 * W32SYS
3 *
4 * Copyright (c) 1996 Anand Kumria
5 */
7 #ifndef __WINE_W32SYS_H
8 #define __WINE_W32SYS_H
10 #include "windef.h"
12 typedef struct _WIN32SINFO {
13 BYTE bMajor;
14 BYTE bMinor;
15 WORD wBuildNumber;
16 BOOL16 fDebug;
17 } WIN32SINFO, *LPWIN32SINFO;
19 #endif /* __WINE_W32SYS_H */