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:
authorBenoit Bolsee <benoit.bolsee@online.be>2008-08-18 02:28:30 +0400
committerBenoit Bolsee <benoit.bolsee@online.be>2008-08-18 02:28:30 +0400
commit9f6109002b158e4285d7c88ffc573f2cd4ac62ce (patch)
tree7f7d7d4ca070fded30a92f95f305059923c9f269 /source/blender/imbuf/intern/cineon/logImageCore.h
parent904b97eee91a8e07e56dc6c58e69843cd9ec2369 (diff)
Fix compile problem in MSVC after Win64 patch
Diffstat (limited to 'source/blender/imbuf/intern/cineon/logImageCore.h')
-rw-r--r--source/blender/imbuf/intern/cineon/logImageCore.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/imbuf/intern/cineon/logImageCore.h b/source/blender/imbuf/intern/cineon/logImageCore.h
index 9b62b368915..2646e8b3c12 100644
--- a/source/blender/imbuf/intern/cineon/logImageCore.h
+++ b/source/blender/imbuf/intern/cineon/logImageCore.h
@@ -35,7 +35,8 @@ extern "C" {
#endif
#include "BLO_sys_types.h" // for intptr_t support
-
+#undef ntohl
+#undef htonl
typedef int (GetRowFn)(LogImageFile* logImage, unsigned short* row, int lineNum);
typedef int (SetRowFn)(LogImageFile* logImage, const unsigned short* row, int lineNum);
typedef void (CloseFn)(LogImageFile* logImage);