Some UCRT buildfixes

This commit is contained in:
LibretroAdmin 2025-07-18 13:44:56 +02:00
parent 8bd60af8b7
commit 25edbe17d2
2 changed files with 3 additions and 2 deletions

View File

@ -19,8 +19,8 @@
**/
#include "libretro.h"
#include "queues/message_queue.h"
#include "streams/interface_stream.h"
#include <queues/message_queue.h>
#include <streams/interface_stream.h>
#define _USE_MATH_DEFINES
#include <math.h>
#include <string/stdstring.h>

View File

@ -68,6 +68,7 @@
#endif
#ifdef HAVE_DINPUT
#define WIN32_LEAN_AND_MEAN
#undef DIRECTINPUT_VERSION
#define DIRECTINPUT_VERSION 0x0800