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
Remove the direct call into core (DIALOG_DoDialogBox).
[wine.git]
/
include
/
w32sys.h
blob
73e072f16a080a21edc5e266a8463688bdd35800
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 */