libragephoto: CMake improvements and header include changes
This commit is contained in:
parent
73765abb0d
commit
ce0cb68fa5
7 changed files with 540 additions and 16 deletions
|
@ -34,8 +34,13 @@
|
|||
#if defined(UNICODE_ICONV)
|
||||
#include <iconv.h>
|
||||
#elif defined(UNICODE_WINCVT)
|
||||
#ifndef VC_EXTRALEAN
|
||||
#define VC_EXTRALEAN
|
||||
#endif
|
||||
#ifndef WIN32_LEAN_AND_MEAN
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#endif
|
||||
#include <windows.h>
|
||||
#include <stringapiset.h>
|
||||
#endif
|
||||
|
||||
/* RAGEPHOTO LIBRARY GLOBALS */
|
||||
|
|
|
@ -38,8 +38,13 @@
|
|||
#elif defined UNICODE_ICONV
|
||||
#include <iconv.h>
|
||||
#elif defined UNICODE_WINCVT
|
||||
#ifndef VC_EXTRALEAN
|
||||
#define VC_EXTRALEAN
|
||||
#endif
|
||||
#ifndef WIN32_LEAN_AND_MEAN
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#endif
|
||||
#include <windows.h>
|
||||
#include <stringapiset.h>
|
||||
#endif
|
||||
|
||||
/* CLASSIC RAGEPHOTO TYPEDEF */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue