mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
Fix deploy builder
This commit is contained in:
@ -2,9 +2,9 @@
|
||||
#define _DOCBUILDER_COMMON_H
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#define BUILDING_DOCBUILDER __declspec(dllimport)
|
||||
#define BUILDER_DECL __declspec(dllimport)
|
||||
#else
|
||||
#define BUILDING_DOCBUILDER
|
||||
#define BUILDER_DECL
|
||||
#endif
|
||||
|
||||
#define OFFICESTUDIO_FILE_DOCUMENT 0x0040
|
||||
|
||||
Reference in New Issue
Block a user