projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
New channel 'debugstr' used to print OutputDebugString API calls.
[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
#include "windef.h"
11
12
typedef struct _WIN32SINFO {
13
BYTE bMajor;
14
BYTE bMinor;
15
WORD wBuildNumber;
16
BOOL16 fDebug;
17
} WIN32SINFO, *LPWIN32SINFO;
18
19
#endif /* __WINE_W32SYS_H */