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:
Syping 2024-12-09 16:51:31 +01:00
parent ce0cb68fa5
commit 259c6833d9
4 changed files with 39 additions and 38 deletions

View file

@ -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