Make stdex static library

This commit is contained in:
2018-09-07 22:54:58 +02:00
parent 2f908dbeca
commit 913158633a
4 changed files with 13 additions and 41 deletions

View File

@@ -25,13 +25,8 @@
///
/// Public function calling convention
/// Classes without virtual table
///
#ifdef STDEX
#define STDEX_API __declspec(dllexport)
#else
#define STDEX_API __declspec(dllimport)
#endif
#define STDEX_NOVTABLE __declspec(novtable)