win32.h
author tron
Mon, 25 Jul 2005 07:16:10 +0000
changeset 2189 5cdc11ffeaa4
parent 2186 db48cf29b983
child 2207 be1ef1e1fc58
permissions -rw-r--r--
(svn r2704) Remove . from include path again, too much trouble. Also add some #ifdefs and #includes for the Windows build
/* $Id$ */

#ifndef WIN32_H
#define WIN32_H

typedef void (*Function)(int);
bool LoadLibraryList(Function proc[], const char* dll);

#endif