mirror of
https://github.com/libretro/RetroArch
synced 2025-02-28 12:40:23 +00:00
windows.h already includes stringapiset for us
This commit is contained in:
parent
e86e237ed7
commit
ac3b7bc4cc
@ -34,11 +34,6 @@
|
||||
|
||||
#if defined(_WIN32) && !defined(_XBOX)
|
||||
#include <windows.h>
|
||||
|
||||
/* Starting with Windows 8: MultiByteToWideChar is declared in stringapiset.h. Before Windows 8, it was declared in winnls.h (which windows.h includes for us). */
|
||||
#ifndef MultiByteToWideChar
|
||||
#include <stringapiset.h>
|
||||
#endif
|
||||
#endif
|
||||
|
||||
static INLINE unsigned leading_ones(uint8_t c)
|
||||
|
Loading…
x
Reference in New Issue
Block a user