lsteamclient: Build using makedep rules.

CW-Bug-Id: #22729
This commit is contained in:
Rémi Bernon 2023-09-20 08:23:56 +02:00 committed by Arkadiusz Hiler
parent 4c0240406b
commit 9c99b17a44
16 changed files with 416 additions and 17 deletions

View file

@ -11,8 +11,11 @@ WINE_DEFAULT_DEBUG_CHANNEL(steamclient);
#include "steam_defs.h"
#pragma push_macro("__cdecl")
#undef __cdecl
#pragma push_macro("strncpy")
#undef strncpy
#include "steamworks_sdk_151/steam_api.h"
#pragma pop_macro("__cdecl")
#pragma pop_macro("strncpy")
#include "steamclient_private.h"
extern "C" {