From a1d73d03eb91be72b0f10ff4a9c6eb00f04b97c6 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 14 Jan 2019 16:15:33 +1100 Subject: Cleanup: move comments above definitions For clang-format not to wrap definitions. --- source/blender/imbuf/intern/thumbs.c | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'source/blender/imbuf/intern') diff --git a/source/blender/imbuf/intern/thumbs.c b/source/blender/imbuf/intern/thumbs.c index fbc34264b30..ed7a9763322 100644 --- a/source/blender/imbuf/intern/thumbs.c +++ b/source/blender/imbuf/intern/thumbs.c @@ -61,12 +61,15 @@ #include #ifdef WIN32 -# include /* need to include windows.h so _WIN32_IE is defined */ + /* Need to include windows.h so _WIN32_IE is defined. */ +# include # ifndef _WIN32_IE -# define _WIN32_IE 0x0400 /* minimal requirements for SHGetSpecialFolderPath on MINGW MSVC has this defined already */ + /* Minimal requirements for SHGetSpecialFolderPath on MINGW MSVC has this defined already. */ +# define _WIN32_IE 0x0400 # endif -# include /* for SHGetSpecialFolderPath, has to be done before BLI_winstuff - * because 'near' is disabled through BLI_windstuff */ + /* For SHGetSpecialFolderPath, has to be done before BLI_winstuff + * because 'near' is disabled through BLI_windstuff */ +# include # include /* chdir */ # include "BLI_winstuff.h" # include "utfconv.h" -- cgit v1.2.3