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:
authorRay Molenkamp <github@lazydodo.com>2019-08-30 22:27:56 +0300
committerRay Molenkamp <github@lazydodo.com>2019-08-30 22:27:56 +0300
commit6c16c2c233e3edcf6801c9de08c26ad3159c8297 (patch)
tree61fef1f5afa5c0ac6527de76f9288f86b9e9aef5 /source/blender/blendthumb
parent5b547932fa95c2098b4967e25caadfe43846f0c7 (diff)
MSVC: Fix BlendThumb debug build.
Spotted by @deadpin on chat
Diffstat (limited to 'source/blender/blendthumb')
-rw-r--r--source/blender/blendthumb/src/BlenderThumb.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/blendthumb/src/BlenderThumb.cpp b/source/blender/blendthumb/src/BlenderThumb.cpp
index 553428d5b5d..1067e42c5b9 100644
--- a/source/blender/blendthumb/src/BlenderThumb.cpp
+++ b/source/blender/blendthumb/src/BlenderThumb.cpp
@@ -269,8 +269,8 @@ IFACEMETHODIMP CBlendThumb::GetThumbnail(UINT cx, HBITMAP *phbmp, WTS_ALPHATYPE
LONG NewHeight = (LONG)(height *scale);
#ifdef _DEBUG
-#if 1
- MessageBox(0,L"Attach now",L"Debugging",MB_OK);
+#if 0
+ MessageBox(0,"Attach now","Debugging",MB_OK);
#endif
#endif
IWICImagingFactory *pImgFac;