Fix steamclient windows build.

merge-requests/31/head
Mr_Goldberg 4 years ago
parent 0f6ae7f09e
commit 3c02f88b5d
No known key found for this signature in database
GPG Key ID: 8597D87419DEF278

@ -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>

Loading…
Cancel
Save