projects
/
wxWidgets.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
non-PCH build fix (according to Tinderbox).
[wxWidgets.git]
/
src
/
tiff
/
tiff_CW_Prefix.h
1
#define NEED_STRDUP
2
#define WINVER 0x0400
3
4
/*
5
We need to make sure some symbols required for correct use of
6
Win32 SDK headers (and that some of these headers are included
7
to begin with). The best way is to simply include one of the
8
ANSI headers.
9
*/
10
11
#include <stdlib.h>
12