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:
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;