mirror of
https://github.com/wolfpld/tracy.git
synced 2026-06-08 00:23:47 +00:00
Redirect unlink to _unlink with msvc.
This commit is contained in:
@@ -4,6 +4,9 @@
|
||||
|
||||
#ifdef _WIN32
|
||||
# include <stdio.h>
|
||||
# ifdef _MSC_VER
|
||||
# define unlink _unlink
|
||||
# endif
|
||||
#else
|
||||
# include <unistd.h>
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user