projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Implemented the Win32 debug API functions.
[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 */