mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-06-03 05:34:23 -04:00
11 lines
168 B
C
11 lines
168 B
C
//
|
|
// Created by Anonymus Raccoon on 15/12/2019.
|
|
//
|
|
|
|
#pragma once
|
|
|
|
#if defined _WIN32 || defined __CYGWIN__
|
|
#define API __declspec(dllexport)
|
|
#else
|
|
#define API
|
|
#endif |