7 lines
286 B
Plaintext
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
|