winpr/{libwinpr/thread/thread.c,include/winpr/thread.h}: Keep DumpThreadHandles as a symbol even if WITH_DEBUG_THREADS is OFF.

(cherry picked from commit 8ab9809e8b)
This commit is contained in:
Mike Gabriel 2022-03-08 08:37:46 +01:00 committed by akallabeth
parent 63dfaa4e5e
commit 5418392be6

View File

@ -248,10 +248,7 @@ extern "C"
/* CommandLineToArgvA is not present in the original Windows API, WinPR always exports it */
WINPR_API LPSTR* CommandLineToArgvA(LPCSTR lpCmdLine, int* pNumArgs);
#if defined(WITH_DEBUG_THREADS)
WINPR_API VOID DumpThreadHandles(void);
#endif
#ifdef __cplusplus
}