We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5fe050 commit c84b671Copy full SHA for c84b671
oswrapper_image.h
@@ -354,8 +354,12 @@ OSWRAPPER_IMAGE_DEF unsigned char* oswrapper_image_load_from_path(const char* pa
354
#if defined(__cplusplus) && !defined(CINTERFACE)
355
#define CINTERFACE
356
#endif
357
+#ifndef COBJMACROS
358
#define COBJMACROS
359
+#endif
360
+#ifndef WIN32_LEAN_AND_MEAN
361
#define WIN32_LEAN_AND_MEAN
362
363
#include "wincodec.h"
364
365
#if defined(WINCODEC_SDK_VERSION2) && WINCODEC_SDK_VERSION >= WINCODEC_SDK_VERSION2
0 commit comments