summaryrefslogtreecommitdiff
path: root/plugins/CrashDumper/src/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/CrashDumper/src/stdafx.h')
-rw-r--r--plugins/CrashDumper/src/stdafx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CrashDumper/src/stdafx.h b/plugins/CrashDumper/src/stdafx.h
index 911fd55b5d..7799b59a4e 100644
--- a/plugins/CrashDumper/src/stdafx.h
+++ b/plugins/CrashDumper/src/stdafx.h
@@ -144,7 +144,6 @@ void SetExceptionHandler(void);
void RemoveExceptionHandler(void);
extern CDlgBase *pViewDialog;
-void DestroyAllWindows(void);
void UploadInit(void);
void UploadClose(void);
@@ -155,4 +154,5 @@ void InitIcons(void);
HICON LoadIconEx(int iconId, bool big = false);
HANDLE GetIconHandle(int iconId);
+int OptionsInit(WPARAM wParam, LPARAM);
INT_PTR ViewVersionInfo(WPARAM wParam, LPARAM);