We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82d8112 commit fe14bd0Copy full SHA for fe14bd0
src/engine/client/discord.cpp
@@ -4,7 +4,7 @@
4
#if defined(CONF_DISCORD)
5
#include <discord_game_sdk.h>
6
7
-typedef enum EDiscordResult DISCORD_API (*FDiscordCreate)(DiscordVersion, struct DiscordCreateParams *, struct IDiscordCore **);
+typedef enum EDiscordResult(DISCORD_API *FDiscordCreate)(DiscordVersion, struct DiscordCreateParams *, struct IDiscordCore **);
8
9
#if defined(CONF_DISCORD_DYNAMIC)
10
#include <dlfcn.h>
0 commit comments