File diff r2182:c25721cf181e → r2183:34cce39e9f47
win32.h
Show inline comments
 
new file 100644
 
#ifndef WIN32_H
 
#define WIN32_H
 

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

	
 
#endif