From fba12be553799e51a0c48bc9083edc21741888bd Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 31 Jul 2015 17:35:52 +0000 Subject: 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 --- plugins/CrashDumper/src/stdafx.h | 1 - 1 file changed, 1 deletion(-) (limited to 'plugins/CrashDumper/src/stdafx.h') 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); -- cgit v1.2.3