repo.or.cz
/
wine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Release 960606
[wine.git]
/
include
/
w32sys.h
blob
6388b6c20d464781761279498b7db150ef8653d5
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
BOOL fDebug
;
15
}
WIN32SINFO
, *
LPWIN32SINFO
;
16
17
#endif
/* __WINE_W32SYS_H */