diff options
author | George Hazan <george.hazan@gmail.com> | 2015-07-31 17:35:52 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-07-31 17:35:52 +0000 |
commit | fba12be553799e51a0c48bc9083edc21741888bd (patch) | |
tree | 8a4e6073788341844c439a6f333a71aa78fbe2b8 /plugins/CrashDumper/src/stdafx.h | |
parent | d2b1030f624fc0b0688972388d68a85a47180476 (diff) |
custom os version detection replaced with the core one
git-svn-id: http://svn.miranda-ng.org/main/trunk@14766 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/CrashDumper/src/stdafx.h')
-rw-r--r-- | plugins/CrashDumper/src/stdafx.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/CrashDumper/src/stdafx.h b/plugins/CrashDumper/src/stdafx.h index a99afa3317..ed12cc4687 100644 --- a/plugins/CrashDumper/src/stdafx.h +++ b/plugins/CrashDumper/src/stdafx.h @@ -101,7 +101,6 @@ LONG WINAPI myfilter(PEXCEPTION_POINTERS exc_ptr); LONG WINAPI myfilterv(PEXCEPTION_POINTERS exc_ptr);
DWORD MirandaThreadFilter(DWORD code, EXCEPTION_POINTERS* info);
-void GetOSDisplayString(CMString& buffer);
void GetInternetExplorerVersion(CMString& buffer);
void GetProcessorString(CMString& buffer);
void GetFreeMemoryString(CMString& buffer);
|