1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Use windows thread ids on cygwin.

This commit is contained in:
Bartosz Taudul
2019-08-13 16:20:24 +02:00
parent 71a5cffc13
commit 73cbf2eead
2 changed files with 22 additions and 3 deletions
+1
View File
@@ -15,6 +15,7 @@
#ifdef __CYGWIN__
# include <windows.h>
# include <unistd.h>
#endif
#ifdef _GNU_SOURCE