libragephoto: CMake improvements and header include changes

This commit is contained in:
Syping 2024-12-08 22:29:00 +01:00
parent 73765abb0d
commit ce0cb68fa5
7 changed files with 540 additions and 16 deletions

View file

@ -1,6 +1,6 @@
/*****************************************************************************
* libragephoto RAGE Photo Parser
* Copyright (C) 2021-2022 Syping
* Copyright (C) 2021-2024 Syping
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
@ -17,8 +17,9 @@
*****************************************************************************/
#include <cstring>
#define VC_EXTRALEAN
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#include <stringapiset.h>
int main(int argc, char *argv[])
{