Update osThread.h

This commit is contained in:
Kaili Xu 2024-08-28 19:15:28 +08:00 committed by GitHub
parent 31ac2c26ce
commit 06d60bfce6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
extern "C" {
#endif
#if defined(WINDOWS)
#ifdef WINDOWS
#include <tlhelp32.h>
#include <windows.h>
#endif