mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
Use dllimport/dllexport on cygwin.
This commit is contained in:
parent
baf8e6fe80
commit
13febeb902
@ -1,7 +1,7 @@
|
|||||||
#ifndef __TRACYAPI_H__
|
#ifndef __TRACYAPI_H__
|
||||||
#define __TRACYAPI_H__
|
#define __TRACYAPI_H__
|
||||||
|
|
||||||
#ifdef _WIN32
|
#if defined _WIN32 || defined __CYGWIN__
|
||||||
# if defined TRACY_IMPORTS
|
# if defined TRACY_IMPORTS
|
||||||
# define TRACY_API __declspec(dllimport)
|
# define TRACY_API __declspec(dllimport)
|
||||||
# else
|
# else
|
||||||
|
Loading…
Reference in New Issue
Block a user