summaryrefslogtreecommitdiff
path: root/plugins/SplashScreen/src/headers.h
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2013-08-19 15:12:03 +0000
committerKirill Volinsky <mataes2007@gmail.com>2013-08-19 15:12:03 +0000
commit7056d9f7bf15b9e9d8e21bb8f38688733a73920d (patch)
treea36e623e51faafe2613cfff096a8eb3aa4026a7d /plugins/SplashScreen/src/headers.h
parentdc9bcdf426102a9a8c00ce5ad5d33551b27d608c (diff)
own function replaced by winapi
git-svn-id: http://svn.miranda-ng.org/main/trunk@5748 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SplashScreen/src/headers.h')
-rw-r--r--plugins/SplashScreen/src/headers.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/plugins/SplashScreen/src/headers.h b/plugins/SplashScreen/src/headers.h
index 8211b3eaff..127635df8b 100644
--- a/plugins/SplashScreen/src/headers.h
+++ b/plugins/SplashScreen/src/headers.h
@@ -83,16 +83,13 @@ extern BOOL bserviceinvoked, bmodulesloaded, png2dibavail;
extern HANDLE hSplashThread;
extern HINSTANCE hInst;
-extern BOOL (WINAPI *MyUpdateLayeredWindow)
- (HWND hwnd, HDC hdcDST, POINT *pptDst, SIZE *psize, HDC hdcSrc, POINT *pptSrc,
- COLORREF crKey, BLENDFUNCTION *pblend, DWORD dwFlags);
// png2dib interface
typedef BOOL ( *pfnConvertPng2dib )( char*, size_t, BITMAPINFOHEADER** );
extern pfnConvertPng2dib png2dibConvertor;
extern int OptInit(WPARAM wParam, LPARAM lParam);
extern BOOL ShowSplash(BOOL bpreview);
-extern VOID ReadIniConfig();
+extern VOID ReadDbConfig();
extern INT_PTR ShowSplashService(WPARAM wparam,LPARAM lparam);
#ifdef _DEBUG
extern INT_PTR TestService(WPARAM wParam,LPARAM lParam);