Upgrade to Visual Studio 2017 and wxWidgets 3.1.2 static

This commit is contained in:
2018-09-07 23:39:39 +02:00
parent 6a3fbc063c
commit bc48240e0a
49 changed files with 251 additions and 985 deletions

View File

@@ -23,9 +23,5 @@
///
/// Public function calling convention
///
#ifdef LIBZRCOLAUI
#define ZRCOLAUI_API __declspec(dllexport)
#else
#define ZRCOLAUI_API __declspec(dllimport)
#endif
#define ZRCOLAUI_API
#define ZRCOLA_NOVTABLE __declspec(novtable)