mirror of
https://github.com/zoriya/Kyoo.Transcoder.git
synced 2026-06-18 20:25:00 +00: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 |