1
0
Fork 0
mirror of https://github.com/Detanup01/gbe_fork.git synced 2025-03-28 14:56:24 +01:00

Fix steamclient windows build.

This commit is contained in:
Mr_Goldberg 2020-05-01 12:19:41 -04:00
parent 0f6ae7f09e
commit 3c02f88b5d
No known key found for this signature in database
GPG key ID: 8597D87419DEF278

View file

@ -15,13 +15,13 @@
License along with the Goldberg Emulator; if not, see
<http://www.gnu.org/licenses/>. */
#ifdef STEAM_WIN32
// Nothing to be done here
#else
#define STEAM_API_FUNCTIONS_IMPL
#include "base.h"
#include "dll.h"
#ifdef STEAM_WIN32
// Nothing to be done here
#else
#include <dirent.h>
#include <dlfcn.h>