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/cppISteamController_STEAMCONTROLLER_INTERFACE_VERSION.cpp
parent2054bb97a9650575eded516a20d453f05a92bbe2 (diff)
lsteamclient: Make Windows-side struct definitions available to C files
Diffstat (limited to 'lsteamclient/cppISteamController_STEAMCONTROLLER_INTERFACE_VERSION.cpp')
-rw-r--r--lsteamclient/cppISteamController_STEAMCONTROLLER_INTERFACE_VERSION.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/lsteamclient/cppISteamController_STEAMCONTROLLER_INTERFACE_VERSION.cpp b/lsteamclient/cppISteamController_STEAMCONTROLLER_INTERFACE_VERSION.cpp
index 02ea4ca6..96a230b1 100644
--- a/lsteamclient/cppISteamController_STEAMCONTROLLER_INTERFACE_VERSION.cpp
+++ b/lsteamclient/cppISteamController_STEAMCONTROLLER_INTERFACE_VERSION.cpp
@@ -1,11 +1,12 @@
#include "steam_defs.h"
#include "steamworks_sdk_134/steam_api.h"
#include "steamclient_private.h"
-#include "cppISteamController_STEAMCONTROLLER_INTERFACE_VERSION.h"
#ifdef __cplusplus
extern "C" {
#endif
-#include "struct_converters_134.h"
+#define SDKVER_134
+#include "struct_converters.h"
+#include "cppISteamController_STEAMCONTROLLER_INTERFACE_VERSION.h"
bool cppISteamController_STEAMCONTROLLER_INTERFACE_VERSION_Init(void *linux_side, const char * pchAbsolutePathToControllerConfigVDF)
{
return ((ISteamController*)linux_side)->Init((const char *)pchAbsolutePathToControllerConfigVDF);