mirror of
https://github.com/lifegpc/eh-downloader.git
synced 2026-06-06 05:38:44 +08:00
Fix
This commit is contained in:
@@ -1,7 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
#include <stddef.h>
|
||||
#if _WIN32
|
||||
#define PUBLIC_API __declspec(dllexport)
|
||||
#elif defined(__GNUC__)
|
||||
#define PUBLIC_API __attribute__((visibility("default")))
|
||||
#else
|
||||
#define PUBLIC_API
|
||||
#endif
|
||||
|
||||
typedef enum THUMBNAIL_ERROR_E {
|
||||
THUMBNAIL_OK,
|
||||
|
||||
Reference in New Issue
Block a user