mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
(MSVC 2003) Buildfix
This commit is contained in:
parent
f1fc622e99
commit
8b0f7051ac
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue