blob: 0ff1dde6f6c7672238b7d1f0278af26c1d8643f3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
{$IFNDEF M_SPLASH}
{$DEFINE M_SPLASH}
// Shows splash image
// wParam = (char *) image filename, either relative to Miranda dir or absolute
// lParam = (int) time to display in milliseconds, 0 - infinite (hangs on screen until clicked)
// returns: 1 if success and 0 if failed
const
MS_SHOWSPLASH:PAnsiChar = 'SplashScreen/Show';
{$ENDIF}
|