2024-03-20 18:08:17 -06:00

8 lines
155 B
C

#ifndef __INGUP__
#ifndef __GUPLIB_H_
#define __GUPLIB_H_
#define GUPExport __declspec( dllimport )
#include <gup.h>
#undef GUPExport
#endif
#endif