OpenGL-utility/cpp.hint

7 lines
286 B
Plaintext
Raw Normal View History

2021-01-19 23:18:31 +00:00
// 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 OGLU_API __declspec(dllexport)
#define OGLU_API __declspec(dllimport)
#define OGLU_API