1
0
mirror of https://github.com/libretro/RetroArch synced 2025-02-24 00:39:54 +00:00

(MSVC 2003) Buildfix

This commit is contained in:
twinaphex 2019-01-03 11:45:24 +01:00
parent f1fc622e99
commit 8b0f7051ac

@ -43,6 +43,10 @@
#include "../../verbosity.h"
#include "../../ui/drivers/ui_win32.h"
#ifndef SM_SERVERR2
#define SM_SERVERR2 89
#endif
#if defined(__WINRT__) || defined(WINAPI_FAMILY) && WINAPI_FAMILY == WINAPI_FAMILY_PHONE_APP
#include "../../uwp/uwp_func.h"
#endif