source: trunk/gsinstaller/really-really-old-stuff/Splash.h@ 11678

Last change on this file since 11678 was 11678, checked in by mdewsnip, 18 years ago

Moved a lot of the old Borland crap into the "really-really-old-stuff" directory.

  • Property svn:keywords set to Author Date Id Revision
File size: 260 bytes
Line 
1#ifndef _SPLASH_H_
2#define _SPLASH_H_
3#define OEMRESOURCE 1
4#include <windows.h>
5
6long FAR PASCAL _export splash_windproc(HWND Window, UINT Message, WPARAM wParameter, LPARAM lParameter);
7void _export splash_show(HINSTANCE instance, unsigned int time);
8#endif
Note: See TracBrowser for help on using the repository browser.