diff options
author | Chun-wei Fan <fanchunwei@src.gnome.org> | 2011-05-16 12:14:22 +0800 |
---|---|---|
committer | Chun-wei Fan <fanchunwei@src.gnome.org> | 2011-05-16 12:14:22 +0800 |
commit | 3b0ec344f0c8af11192decb3ab3c7795f83416c1 (patch) | |
tree | aa2eaa1c7515cc7b7229b290787605661710f050 /build/win32/unistd.h | |
parent | becb5cebbf92833bb4e95db064e542c1d276d888 (diff) | |
download | pango-3b0ec344f0c8af11192decb3ab3c7795f83416c1.tar.gz |
Update Visual C++ support a bit
-Move the stub unistd.h and stdint.h required up a level to ease the
addition of Visual C++ 2010 support
-Dist the Visual C++-stub unistd.h and stdint.h
-Update the pangoft2 project again to reflect the change in the location
of the Visual C++-stub headers
Diffstat (limited to 'build/win32/unistd.h')
-rw-r--r-- | build/win32/unistd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/win32/unistd.h b/build/win32/unistd.h new file mode 100644 index 00000000..8655b1d5 --- /dev/null +++ b/build/win32/unistd.h @@ -0,0 +1 @@ +#include <io.h> |