From a84d346939d2da10abc70c9e5670828f66f26437 Mon Sep 17 00:00:00 2001 From: Daniel Genrich Date: Mon, 18 Aug 2008 10:48:37 +0000 Subject: #2: Fixing compile errors on mingw/cygwin (reported by aligorith) --- source/blender/blenloader/BLO_sys_types.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'source/blender/blenloader/BLO_sys_types.h') diff --git a/source/blender/blenloader/BLO_sys_types.h b/source/blender/blenloader/BLO_sys_types.h index d2818e3adb2..a9d29375eac 100644 --- a/source/blender/blenloader/BLO_sys_types.h +++ b/source/blender/blenloader/BLO_sys_types.h @@ -43,11 +43,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) -- cgit v1.2.3