8 lines
155 B
C
Executable File
8 lines
155 B
C
Executable File
#ifndef __INGUP__
|
|
#ifndef __GUPLIB_H_
|
|
#define __GUPLIB_H_
|
|
#define GUPExport __declspec( dllimport )
|
|
#include <gup.h>
|
|
#undef GUPExport
|
|
#endif
|
|
#endif |