#2: Fixing compile errors on mingw/cygwin (reported by aligorith)
This commit is contained in:
@@ -49,11 +49,6 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef FREE_WINDOWS
|
|
||||||
typedef unsigned char uint8_t;
|
|
||||||
typedef unsigned int uint32_t;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined(_WIN32) && !defined(FREE_WINDOWS)
|
#if defined(_WIN32) && !defined(FREE_WINDOWS)
|
||||||
|
|
||||||
/* The __intXX are built-in types of the visual complier! So we don't
|
/* The __intXX are built-in types of the visual complier! So we don't
|
||||||
|
@@ -49,11 +49,6 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef FREE_WINDOWS
|
|
||||||
typedef unsigned char uint8_t;
|
|
||||||
typedef unsigned int uint32_t;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined(_WIN32) && !defined(FREE_WINDOWS)
|
#if defined(_WIN32) && !defined(FREE_WINDOWS)
|
||||||
|
|
||||||
/* The __intXX are built-in types of the visual complier! So we don't
|
/* The __intXX are built-in types of the visual complier! So we don't
|
||||||
|
@@ -44,11 +44,6 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef FREE_WINDOWS
|
|
||||||
typedef unsigned char uint8_t;
|
|
||||||
typedef unsigned int uint32_t;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined(_WIN32) && !defined(FREE_WINDOWS)
|
#if defined(_WIN32) && !defined(FREE_WINDOWS)
|
||||||
|
|
||||||
/* The __intXX are built-in types of the visual complier! So we don't
|
/* The __intXX are built-in types of the visual complier! So we don't
|
||||||
|
Reference in New Issue
Block a user