Skip to content

Commit 85a85dc

Browse files
committed
#17: ok hopefully its working
1 parent 0eff17b commit 85a85dc

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

uc_online2_core.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414
#include <string>
1515
#include <vector>
1616

17-
#define UC_CORE_EXPORTS
18-
1917
#include "include/uc_loader.h"
2018

2119
// ============================================================
2220
// Core DLL globals (these are private to this DLL)
2321
// ============================================================
2422

2523
static HMODULE g_hModule = nullptr;
24+
25+
class CDLLLoader;
2626
static CDLLLoader* s_pPluginLoader = nullptr;
2727

2828
// Forward declarations for SteamStub
@@ -355,6 +355,7 @@ BOOL WINAPI DllMain(HMODULE hModule, DWORD dwReason, LPVOID lpReserved)
355355

356356
extern "C" {
357357

358+
// These errors are to be expected in the IDE.
358359
UC_CORE_API void UC_Core_Init()
359360
{
360361
s_pPluginLoader->ReadConfig();

0 commit comments

Comments
 (0)