projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Fixed typos.
[wine]
/
include
/
winres.h
1
#include "winresrc.h"
2
3
#ifdef IDC_STATIC
4
#undef IDC_STATIC
5
#endif
6
#define IDC_STATIC (-1)
7