mirror of
https://github.com/webui-dev/webui
synced 2025-03-28 21:13:17 +00:00
fix linux tcc compile fail (#514)
This commit is contained in:
parent
d5b25ca1a8
commit
48df019c84
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user