#ifndef __LNKLIB_H__
#define __LNKLIB_H__

struct LibraryHandleStore
{
	long Id;
	void *Handle;
};

#endif