-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathcpp.hint
More file actions
45 lines (44 loc) · 2.35 KB
/
Copy pathcpp.hint
File metadata and controls
45 lines (44 loc) · 2.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
// Hint files help the Visual Studio IDE interpret Visual C++ identifiers
// such as names of functions and macros.
// For more information see https://go.microsoft.com/fwlink/?linkid=865984
#define lw_import
#define UTF8PROC_DLLEXPORT
#define LW_ESCALATION 0
#define Require4BytesForNumberMessages (variant == 1 ? sizeof(int) : 0), false, false, (variant == 1 ? sizeof(int) : ((unsigned int)~(0U)))
//#ifdef _DEBUG
#define lw_unlock() unlockDebug(lw_rwlock_debugParamDefs)
#define lw_relock() relockDebug(lw_rwlock_debugParamDefs)
#define createReadLock() createReadLock(lw_rwlock_debugParamDefs)
#define createWriteLock() createWriteLock(lw_rwlock_debugParamDefs)
#define lw_upgrade() upgrade(lw_rwlock_debugParamDefs)
#define lw_downgrade() downgrade(lw_rwlock_debugParamDefs)
#define lw_upgrade_to(x) upgrade(lw_rwlock_debugParamDefs, x)
#define lw_downgrade_to(x) downgrade(lw_rwlock_debugParamDefs, x)
//#endif
#define z_const
#define FusionAPIImport /* no op */
#define FusionAPI /* no op */
#define PrintFHintAfter(formatParamIndex, dotsParamIndex) /* no op */
#define EXDEF { __assume(0); }
#define MMF2_ORD(mmf2) /* no op */
#define MMF_ORD(mmf1,mmf2) /* no op */
#define ProjectFunc /* no op */
#define DLLExport32 /* no op */
#define npWin void *
#define Fusion64APISwitch /* no op */
#define FusionANSIWarning /* no op */
#define CRunApp CRunAppMultiPlat
#define CRunFrame CRunFrameMultiPlat
#define NO_DEFAULT_CTORS_OR_DTORS(x) /* no op */
#define NO_DEFAULT_CTORS(x) /* no op */
#define DarkEdifInternalAccessProtected protected
#define MMF2_UNICODE_OR_CF25_REQUIRED(ord /* Only in MMF2 HWA display mode and CF2.5 */
#define CF25_REQUIRED(ord) /* Only in CF2.5, not MMF2 */
#define CF25_292_02_REQUIRED(ord) /* Only in CF2.5 build 292.2+ */
#define CF25_292_27_REQUIRED(ord) /* Only in CF2.5 build 292.27+ */
#define MMF2_HWA_OR_CF25_REQUIRED(ord) /* Only in MMF2 HWA display mode and CF2.5 */
#define PreferFusionFunc_HWA(ord, func) /* Suggest a replacement func that requires HWA */
#define PreferFusionFunc_Unicode(ord, func) /* Suggest a replacement func that requires Unicode */
#define PreferFusionFunc_CF25(ord, func) /* Suggest a replacement func that requires CF2.5 */
#define PreferFusionFunc_CF25_296_02(ord, func) /* Suggest a replacement func that requires CF2.5 292.2 */
#define PreferFusionFunc_CF25_296_27(ord, func) /* Suggest a replacement func that requires CF2.5 292.27 */