#2: Fixing compile errors on mingw/cygwin (reported by aligorith)

This commit is contained in:
Daniel Genrich
2008-08-18 10:48:37 +00:00
parent f876fd66b4
commit a84d346939
3 changed files with 0 additions and 15 deletions

View File

@@ -48,11 +48,6 @@
#ifdef __cplusplus
extern "C" {
#endif
#ifdef FREE_WINDOWS
typedef unsigned char uint8_t;
typedef unsigned int uint32_t;
#endif
#if defined(_WIN32) && !defined(FREE_WINDOWS)