win32.h
author tron
Mon, 12 Sep 2005 09:53:56 +0000
changeset 2420 0c1ee5dc7072
parent 2207 be1ef1e1fc58
child 2436 7d5df545bd5d
permissions -rw-r--r--
(svn r2946) Remove redundant calls, simplify a check and terminate the argument list of execlp() as suggested by the manpage to make it correctly work on 64bit platforms
/* $Id$ */

#ifndef WIN32_H
#define WIN32_H

bool MyShowCursor(bool show);

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

#endif