include: Remove old MVSC prototype

We do not support such old versions anymore.
This commit is contained in:
Andreas Schneider 2023-08-01 11:09:46 +02:00
parent 323e87dacc
commit 109645a20f
1 changed files with 0 additions and 6 deletions

View File

@ -71,12 +71,6 @@
# endif /* HAVE__VSNPRINTF_S */
# endif /* _MSC_VER */
/*
* Backwards compatibility with headers shipped with Visual Studio 2005 and
* earlier.
*/
WINBASEAPI BOOL WINAPI IsDebuggerPresent(VOID);
#ifndef PRIdS
# define PRIdS "Id"
#endif