7 lines
244 B
Plaintext
7 lines
244 B
Plaintext
// 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 E
|
|
#define NDECL(x) x
|
|
#define FDECL(x, y) x y
|