libragephoto 0.6.0 release
- RagePhoto.c: define WIN32_LEAN_AND_MEAN and VC_EXTRALEAN - README.md: update documentation links - wasm.cmake: assume CMake 3.16 or newer being used by default - WincvtTest.c: update copyright year
This commit is contained in:
parent
ce0cb68fa5
commit
259c6833d9
4 changed files with 39 additions and 38 deletions
|
@ -24,8 +24,13 @@
|
|||
|
||||
#ifdef RAGEPHOTO_BENCHMARK
|
||||
#ifdef _WIN32
|
||||
#ifndef VC_EXTRALEAN
|
||||
#define VC_EXTRALEAN
|
||||
#endif
|
||||
#ifndef WIN32_LEAN_AND_MEAN
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#endif
|
||||
#include <windows.h>
|
||||
#include <profileapi.h>
|
||||
#else
|
||||
#include <time.h>
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue