mirror of
https://github.com/wolfpld/tracy
synced 2025-04-30 20:53:52 +00:00
Fix line endings.
This commit is contained in:
parent
c6da04a18b
commit
f5bfb47ec1
@ -1,16 +1,16 @@
|
|||||||
#ifndef __TRACYAPI_H__
|
#ifndef __TRACYAPI_H__
|
||||||
#define __TRACYAPI_H__
|
#define __TRACYAPI_H__
|
||||||
|
|
||||||
#if defined _WIN32
|
#if defined _WIN32
|
||||||
# if defined TRACY_EXPORTS
|
# if defined TRACY_EXPORTS
|
||||||
# define TRACY_API __declspec(dllexport)
|
# define TRACY_API __declspec(dllexport)
|
||||||
# elif defined TRACY_IMPORTS
|
# elif defined TRACY_IMPORTS
|
||||||
# define TRACY_API __declspec(dllimport)
|
# define TRACY_API __declspec(dllimport)
|
||||||
# else
|
# else
|
||||||
# define TRACY_API
|
# define TRACY_API
|
||||||
# endif
|
# endif
|
||||||
#else
|
#else
|
||||||
# define TRACY_API __attribute__((visibility("default")))
|
# define TRACY_API __attribute__((visibility("default")))
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif // __TRACYAPI_H__
|
#endif // __TRACYAPI_H__
|
||||||
|
Loading…
x
Reference in New Issue
Block a user