win32.h
author Darkvater
Wed, 03 May 2006 21:57:09 +0000
branch0.4
changeset 10010 34d95e848b54
parent 9959 984493ab6fff
permissions -rw-r--r--
(svn r4731) - Backport from trunk (r4203):
Fix: compile on older mingw32 versions (3.1.0)
/* $Id$ */

#ifndef WIN32_H
#define WIN32_H

bool MyShowCursor(bool show);

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

#endif /* WIN32_H */