Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Genrich <daniel.genrich@gmx.net>2008-08-18 14:48:37 +0400
committerDaniel Genrich <daniel.genrich@gmx.net>2008-08-18 14:48:37 +0400
commita84d346939d2da10abc70c9e5670828f66f26437 (patch)
tree000d3b883a706bc3b686fca2b575d7c23d27cb43 /intern/opennl/superlu
parentf876fd66b4bced68e4771f051186023d142cfa5e (diff)
#2: Fixing compile errors on mingw/cygwin (reported by aligorith)
Diffstat (limited to 'intern/opennl/superlu')
-rw-r--r--intern/opennl/superlu/BLO_sys_types.h5
1 files changed, 0 insertions, 5 deletions
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)