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
1 changed files with 3 additions and 3 deletions

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>