8 lines
276 B
Plaintext
8 lines
276 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 IUP_API
|
||
|
#define IUP_SDK_API
|
||
|
#define IUP_DRV_API
|
||
|
#define IUPIMGLIB_API
|