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:
authorSergey Sharybin <sergey.vfx@gmail.com>2013-11-28 11:51:17 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2013-11-28 12:00:10 +0400
commita628ca9ebe3a5296e197f12adf5988cb37f6050b (patch)
tree51628098dd155ffc0d8295b98fdd09aaa9d97fe8 /extern/carve/include/carve/win32.h
parent1c14ead46f6aa7cc850033cf77d59127ca257b93 (diff)
Update Carve to upstream version be054bc7ed86
Diffstat (limited to 'extern/carve/include/carve/win32.h')
-rwxr-xr-xextern/carve/include/carve/win32.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/extern/carve/include/carve/win32.h b/extern/carve/include/carve/win32.h
index 8b5021cf2fb..5f8ce3b3bf6 100755
--- a/extern/carve/include/carve/win32.h
+++ b/extern/carve/include/carve/win32.h
@@ -37,7 +37,7 @@ typedef unsigned long uintptr_t;
#if defined(_WIN32) && !defined(__MINGW32__)
/* The __intXX are built-in types of the visual complier! So we don't
need to include anything else here.
- This typedefs should be in sync with types from BLI_sys_types.h */
+ This typedefs should be in sync with types from MEM_sys_types.h */
typedef signed __int8 int8_t;
typedef signed __int16 int16_t;