tge/lib/maxsdk40/guplib.h
2017-04-17 06:17:10 -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