mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Drop support for Cygwin.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#ifndef __TRACYMMAP_HPP__
|
||||
#define __TRACYMMAP_HPP__
|
||||
|
||||
#if !defined _MSC_VER && !defined __MINGW32__ && !defined __CYGWIN__
|
||||
#if !defined _WIN32
|
||||
# include <sys/mman.h>
|
||||
#else
|
||||
# include <string.h>
|
||||
|
||||
Reference in New Issue
Block a user