mCtrl  0.11.1
Macros
_defs.h File Reference

Go to the source code of this file.

Detailed Description

Common definitions.

Warning
You should not include this header directly. It is included by all public mCtrl headers.

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
 

Macro Definition Documentation

#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.