2
0
mirror of https://github.com/wolfpld/tracy synced 2026-02-09 23:52:14 +00:00
Files
tracy/common/TracySystem.cpp
Bartosz Taudul 0d2e7f72a7 Move GetThreadHandleImpl() from header to source file.
This removes dependency on unistd.h header (required for syscall() on
linux), which includes a definition of getopt(), which may conflict with
a custom getopt implementation (for example, one that does work on
windows).
2020-02-11 14:40:49 +01:00

5.3 KiB