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) --- intern/opennl/superlu/BLO_sys_types.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'intern/opennl/superlu') diff --git a/intern/opennl/superlu/BLO_sys_types.h b/intern/opennl/superlu/BLO_sys_types.h index 953b2ebad46..5ed3117c890 100644 --- a/intern/opennl/superlu/BLO_sys_types.h +++ b/intern/opennl/superlu/BLO_sys_types.h @@ -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) -- cgit v1.2.3