Fixed some graphical problems of the treeview and added support LMB
[wine] / include / w32sys.h
1 /*
2  * W32SYS
3  * 
4  * Copyright (c) 1996 Anand Kumria
5  */
6
7 #ifndef __WINE__W32SYS_H
8 #define __WINE__W32SYS_H
9
10 typedef struct _WIN32SINFO {
11     BYTE   bMajor;
12     BYTE   bMinor;
13     WORD   wBuildNumber;
14     BOOL16 fDebug;
15 } WIN32SINFO, *LPWIN32SINFO;
16
17 #endif /* __WINE_W32SYS_H */