summaryrefslogtreecommitdiff
path: root/updater/extern.h
diff options
context:
space:
mode:
Diffstat (limited to 'updater/extern.h')
-rw-r--r--updater/extern.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/updater/extern.h b/updater/extern.h
index 650f2bd..c6091f4 100644
--- a/updater/extern.h
+++ b/updater/extern.h
@@ -15,6 +15,6 @@ int ExternProcess(bool restart);
void MoveFiles(HANDLE hLogFile, TCHAR *src_folder, TCHAR *dst_folder, TCHAR *backup_folder, TCHAR *root_folder);
-extern "C" void __declspec(dllexport) CALLBACK ExternalUpdate(HWND hwnd, HINSTANCE hInstance, LPSTR lpszCmdLine, int nCmdShow);
+void CALLBACK ExternalUpdate(HWND hwnd, HINSTANCE hInstance, LPSTR lpszCmdLine, int nCmdShow);
#endif