#ifndef _SPLASH_H_ #define _SPLASH_H_ #define OEMRESOURCE 1 #include long FAR PASCAL _export splash_windproc(HWND Window, UINT Message, WPARAM wParameter, LPARAM lParameter); void _export splash_show(HINSTANCE instance, unsigned int time); #endif