Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ValveSoftware/Proton.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Eikum <aeikum@codeweavers.com>2019-02-26 18:05:29 +0300
committerAndrew Eikum <aeikum@codeweavers.com>2019-03-07 16:45:44 +0300
commit4880c3b3aba94b569fbd2654dc8c7e718e5186a3 (patch)
treead82f51fc9c316125cca6bb10cb18649340b2d0a /lsteamclient/cppISteamGameServerStats_SteamGameServerStats001.cpp
parent2054bb97a9650575eded516a20d453f05a92bbe2 (diff)
lsteamclient: Make Windows-side struct definitions available to C files
Diffstat (limited to 'lsteamclient/cppISteamGameServerStats_SteamGameServerStats001.cpp')
-rw-r--r--lsteamclient/cppISteamGameServerStats_SteamGameServerStats001.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/lsteamclient/cppISteamGameServerStats_SteamGameServerStats001.cpp b/lsteamclient/cppISteamGameServerStats_SteamGameServerStats001.cpp
index 48a5d183..872a66c6 100644
--- a/lsteamclient/cppISteamGameServerStats_SteamGameServerStats001.cpp
+++ b/lsteamclient/cppISteamGameServerStats_SteamGameServerStats001.cpp
@@ -2,11 +2,12 @@
#include "steamworks_sdk_143/steam_api.h"
#include "steamworks_sdk_143/isteamgameserverstats.h"
#include "steamclient_private.h"
-#include "cppISteamGameServerStats_SteamGameServerStats001.h"
#ifdef __cplusplus
extern "C" {
#endif
-#include "struct_converters_143.h"
+#define SDKVER_143
+#include "struct_converters.h"
+#include "cppISteamGameServerStats_SteamGameServerStats001.h"
SteamAPICall_t cppISteamGameServerStats_SteamGameServerStats001_RequestUserStats(void *linux_side, CSteamID steamIDUser)
{
return ((ISteamGameServerStats*)linux_side)->RequestUserStats((CSteamID)steamIDUser);