[common] windebug: remove custom-rolled Windows 8 detector

Just use <versionhelpers.h> from Windows SDK.
This commit is contained in:
Quantum
2021-07-19 19:55:19 -04:00
committed by Geoffrey McRae
parent d82333519c
commit 2bb0602ebb
2 changed files with 0 additions and 26 deletions

View File

@@ -33,8 +33,6 @@ void DebugWinError(const char * file, const unsigned int line, const char * func
#define DEBUG_WINERROR(x, y) DebugWinError(STRIPPATH(__FILE__), __LINE__, __FUNCTION__, x, y)
bool IsWindows8();
#ifdef __cplusplus
}
#endif