Add cpp.hint files to assist intellisense

This commit is contained in:
Victor Derks 2018-05-31 14:12:52 +02:00
parent d2eba165f4
commit 569666fd64
2 changed files with 23 additions and 0 deletions

13
src/cpp.hint Normal file
View File

@ -0,0 +1,13 @@
//
// cpp.hint: What is this thing?
//
// This file is used solely to aid Visual Studio Intellisense while editing.
// It is not used as part of any build. See Microsoft docs for more info about this file.
//
#define CHARLS_IMEXPORT(returntype) returntype
#define FORCE_INLINE
#define WARNING_SUPPRESS(x)
#define WARNING_UNSUPPRESS()

10
unittest/cpp.hint Normal file
View File

@ -0,0 +1,10 @@
//
// cpp.hint: What is this thing?
//
// This file is used solely to aid Visual Studio Intellisense while editing.
// It is not used as part of any build. See Microsoft docs for more info about this file.
//
#define WARNING_SUPPRESS(x)
#define WARNING_UNSUPPRESS()