repo.or.cz
/
wine
/
multimedia.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Release 980628
[wine/multimedia.git]
/
include
/
w32sys.h
blob
94c8d29af7818d29c3d8f6f3fed708ef888f88ea
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 */