mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Fix build for MSVC 2003
This commit is contained in:
parent
120afe5d21
commit
ad8c22e6ac
1 changed files with 4 additions and 0 deletions
|
@ -31,6 +31,10 @@
|
|||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#include <compat/msvc.h>
|
||||
#endif
|
||||
|
||||
#include <streams/file_stream.h>
|
||||
#define VFS_FRONTEND
|
||||
#include <vfs/vfs_implementation.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue