From 04209d6e6d0e33082d82c5ff33bfdb0b3bc40c36 Mon Sep 17 00:00:00 2001 From: mataes2007 Date: Sun, 24 Apr 2011 15:08:20 +0000 Subject: splashscreen: rewritten to Unicode not used mirandaboot.ini, save settings in db support mp3 code optimization version bump added open file dialog filter translation git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@19 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb --- splashscreen/src/splash.h | 44 -------------------------------------------- 1 file changed, 44 deletions(-) delete mode 100644 splashscreen/src/splash.h (limited to 'splashscreen/src/splash.h') diff --git a/splashscreen/src/splash.h b/splashscreen/src/splash.h deleted file mode 100644 index a608343..0000000 --- a/splashscreen/src/splash.h +++ /dev/null @@ -1,44 +0,0 @@ -/* - Splash Screen Plugin for Miranda-IM (www.miranda-im.org) - (c) 2004-2007 nullbie, (c) 2005-2007 Thief - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - - File name : $URL: http://svn.miranda.im/mainrepo/splashscreen/trunk/src/splash.h $ - Revision : $Rev: 1585 $ - Last change on : $Date: 2010-04-09 12:13:29 +0300 (Пт, 09 апр 2010) $ - Last change by : $Author: ghazan $ - -*/ - -#ifndef __splash_h__ -#define __splash_h__ - -extern char szSplashFile[MAX_PATH], szSoundFile[MAX_PATH]; -extern bool bserviceinvoked, bmodulesloaded; -bool bpreviewruns; -extern char *mirandaVerString; -extern char szPrefix[128]; -extern HANDLE hSplashThread; -extern HINSTANCE hInst; -int SplashThread(void *); -HWND hwndSplash; -MyBitmap *SplashBmp, *tmpBmp; - -BOOL (WINAPI *MyUpdateLayeredWindow) - (HWND hwnd, HDC hdcDST, POINT *pptDst, SIZE *psize, HDC hdcSrc, POINT *pptSrc, - COLORREF crKey, BLENDFUNCTION *pblend, DWORD dwFlags); - -#endif // __splash_h__ -- cgit v1.2.3