OpenGL-utility/cpp.hint
2021-01-20 00:18:31 +01:00

7 lines
286 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 OGLU_API __declspec(dllexport)
#define OGLU_API __declspec(dllimport)
#define OGLU_API