File diff r18394:80e8ab1ad758 → r18395:22ade7a0b9e1
src/os/windows/win32.h
Show inline comments
 
@@ -13,7 +13,7 @@
 
#define WIN32_H
 

	
 
#include <windows.h>
 
bool MyShowCursor(bool show);
 
bool MyShowCursor(bool show, bool toggle = false);
 

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