You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
301 B
8 lines
301 B
|
4 years ago
|
// 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 DVL_ALWAYS_INLINE
|
||
|
|
#define DVL_ATTRIBUTE_HOT
|
||
|
|
#define DVL_API_FOR_TEST
|
||
|
|
#define DVL_REINITIALIZES
|