mCtrl
0.9.6
Main Page
Header Files
Data Structures
Globals
mCtrl
_defs.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2008-2011 Martin Mitas
3
*
4
* This library is free software; you can redistribute it and/or modify it
5
* under the terms of the GNU Lesser General Public License as published by
6
* the Free Software Foundation; either version 2.1 of the License, or
7
* (at your option) any later version.
8
*
9
* This library is distributed in the hope that it will be useful,
10
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12
* GNU Lesser General Public License for more details.
13
*
14
* You should have received a copy of the GNU Lesser General Public License
15
* along with this library; if not, write to the Free Software Foundation,
16
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
17
*/
18
19
#ifndef MCTRL_DEFS_H
20
#define MCTRL_DEFS_H
21
22
#include <windows.h>
23
24
#ifdef __cplusplus
25
extern
"C"
{
26
#endif
27
28
45
#define MCTRL_API __stdcall
46
47
48
#ifdef UNICODE
49
50
#define MCTRL_NAME_AW(name) name##W
51
#else
52
#define MCTRL_NAME_AW(name) name##A
53
#endif
54
55
56
#ifdef __cplusplus
57
}
/* extern "C" */
58
#endif
59
60
#endif
/* MCTRL_DEFS_H */
Generated on Fri Nov 8 2013 21:35:12 for mCtrl by
1.8.4