win32.h
changeset 2186 461a2aff3486
parent 2183 6fba9150225b
child 2207 40c928fbde8a
equal deleted inserted replaced
2185:b06d0e4a26eb 2186:461a2aff3486
       
     1 /* $Id$ */
       
     2 
     1 #ifndef WIN32_H
     3 #ifndef WIN32_H
     2 #define WIN32_H
     4 #define WIN32_H
     3 
     5 
     4 typedef void (*Function)(int);
     6 typedef void (*Function)(int);
     5 bool LoadLibraryList(Function proc[], const char* dll);
     7 bool LoadLibraryList(Function proc[], const char* dll);