Support for dynamic keyboard shortcuts added

This commit is contained in:
2016-03-02 12:29:54 +01:00
parent f3c0e83d04
commit 5398ccbd5e
14 changed files with 575 additions and 91 deletions

View File

@@ -24,16 +24,8 @@
/// Public function calling convention
///
#ifdef LIBZRCOLAUI
#define ZRCOLAUI_API __declspec(dllexport)
#define ZRCOLAUI_API __declspec(dllexport)
#else
#define ZRCOLAUI_API __declspec(dllimport)
#define ZRCOLAUI_API __declspec(dllimport)
#endif
#define ZRCOLA_NOVTABLE __declspec(novtable)
#pragma warning(push)
#pragma warning(disable: 4251)
namespace ZRCola {
};
#pragma warning(pop)