-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathcpp.hint
More file actions
27 lines (26 loc) · 1.2 KB
/
Copy pathcpp.hint
File metadata and controls
27 lines (26 loc) · 1.2 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
// 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 ProjectFunc /* no op */
#define DLLExport32 /* no op */
#define npWin void *
#define Fusion64APISwitch /* no op */