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
Threads without active or focus window should not receive keyboard
[wine.git]
/
include
/
winresrc.h
blob
ad667954aa37a26b408baa91f5d194c2c35b30f8
1
#ifndef _WINRESRC_
2
#define _WINRESRC_
3
4
#include
"windef.h"
5
#include
"winuser.h"
6
#include
"commctrl.h"
7
#include
"dde.h"
8
#include
"winnt.h"
9
#include
"dlgs.h"
10
#include
"winver.h"
11
12
#endif
/* _WINRESRC_ */