fix linux tcc compile fail (#514)

This commit is contained in:
kbkpbot 2024-11-09 16:21:01 +08:00 committed by GitHub
parent d5b25ca1a8
commit 48df019c84
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,7 +20,7 @@
#define WEBUI_MAX_ARG (16)
// Dynamic Library Exports
#if defined(_MSC_VER) || defined(__TINYC__)
#if defined(_WIN32) && (defined(_MSC_VER) || defined(__TINYC__))
#ifndef WEBUI_EXPORT
#define WEBUI_EXPORT __declspec(dllexport)
#endif