////////////////////////////////////////////// // __ __ _ ___ __ __ // // / / /\ \ (_)_ __ / \/ / / / // // \ \/ \/ / | '_ \ / /\ / / / / // // \ /\ /| | | | |/ /_// /___/ /___ // // \/ \/ |_|_| |_/___,'\____/\____/ // // // // This software is still BETA software // // // // GENERATED BY WinDLL VERSION 0.4.8 // // DO NOT MODIFY, IF YOU DO THE MARSHALLING // // MIGHT FAIL BECAUSE OF INCOMPATIBILITIES // //////////////////////////////////// WinDLL // #ifdef _MSC_VER #define CALLTYPE(x) __declspec(dllimport) x __cdecl #else #define CALLTYPE(x) x __attribute__((__cdecl__)) #endif #ifdef __cplusplus extern "C" { #endif extern CALLTYPE(void) freeNative ( void* prt ); #ifdef __cplusplus } #endif