mirror of
https://github.com/wolfpld/tracy
synced 2025-05-02 13:43:52 +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…
x
Reference in New Issue
Block a user