tge/lib/maxsdk31/guplib.h
2025-02-17 23:17:30 -06:00

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