/* $Id: win32util.h,v 1.2 1999-05-27 15:17:59 phaller Exp $ */ /* * * Project Odin Software License can be found in LICENSE.TXT * */ #ifndef __WIN32UTIL_H__ #define __WIN32UTIL_H__ ULONG SYSTEM Win32QueryModuleName(ULONG hmod, char *modname, int modsize); #endif