mirror of
https://github.com/team-charls/charls
synced 2025-03-28 21:03:13 +00:00
Add cpp.hint files to assist intellisense
This commit is contained in:
parent
d2eba165f4
commit
569666fd64
13
src/cpp.hint
Normal file
13
src/cpp.hint
Normal 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
10
unittest/cpp.hint
Normal 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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user