source: trunk/include/win32util.h@ 4

Last change on this file since 4 was 4, checked in by ktk, 26 years ago

Import

File size: 265 bytes
Line 
1/* $Id: win32util.h,v 1.1 1999-05-24 20:19:07 ktk Exp $ */
2
3/*
4 *
5 * Project Odin Software License can be found in LICENSE.TXT
6 *
7 */
8#ifndef __WIN32UTIL_H__
9#define __WIN32UTIL_H__
10
11ULONG SYSTEM Win32QueryModuleName(ULONG hmod, char *modname, int modsize);
12
13#endif
Note: See TracBrowser for help on using the repository browser.