mCtrl
0.10.0
|
Go to the source code of this file.
Common definitions.
This helper header file provides some macro definitions shared by other public mCtrl headers.
Macros | |
#define | MCTRL_API __stdcall |
#define | MCTRL_NAME_AW(name) name##W |
#define MCTRL_API __stdcall |
Helper macro specifying the calling convention of functions exported by MCTRL.DLL
. You should not use it directly.
#define MCTRL_NAME_AW | ( | name | ) | name##W |
Helper macro for unicode resolution. You should not use it directly.