You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2026-01-06 08:21:10 +03:00
Remove windows ifdefs
This commit is contained in:
@@ -40,11 +40,7 @@
|
||||
#include "brmtypes.h"
|
||||
#include "we_fileop.h"
|
||||
|
||||
#if defined(_MSC_VER) && defined(WRITEENGINE_DLLEXPORT)
|
||||
#define EXPORT __declspec(dllexport)
|
||||
#else
|
||||
#define EXPORT
|
||||
#endif
|
||||
|
||||
#define DBROOT_BULK_ROLLBACK_SUBDIR "bulkRollback"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user