#ifndef _DLL_H_
#define _DLL_H_

void * LoadDLL_int(wchar_t * DllName);

#endif
