Stop Intellisense complaints about export decls.
Stop Visual Studio Intellisense complaints about export declarations.
This commit is contained in:
parent
b6e5719173
commit
99c9ed4c62
|
@ -0,0 +1,16 @@
|
||||||
|
// 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 DECLARE_XAM_EXPORT_(name, category, tags)
|
||||||
|
#define DECLARE_XAM_EXPORT1(name, category, tag)
|
||||||
|
#define DECLARE_XAM_EXPORT2(name, category, tag1, tag2)
|
||||||
|
|
||||||
|
#define DECLARE_XBDM_EXPORT_(name, category, tags)
|
||||||
|
#define DECLARE_XBDM_EXPORT1(name, category, tag)
|
||||||
|
|
||||||
|
#define DECLARE_XBOXKRNL_EXPORT_(name, category, tags)
|
||||||
|
#define DECLARE_XBOXKRNL_EXPORT1(name, category, tag)
|
||||||
|
#define DECLARE_XBOXKRNL_EXPORT2(name, category, tag1, tag2)
|
||||||
|
#define DECLARE_XBOXKRNL_EXPORT3(name, category, tag1, tag2, tag3)
|
||||||
|
#define DECLARE_XBOXKRNL_EXPORT4(name, category, tag1, tag2, tag3, tag4)
|
Loading…
Reference in New Issue