From e521b812384a0e93f48e078c6cb248913dcc893a Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Fri, 15 Jun 2012 20:04:13 +0000 Subject: another portion of "#ifsef Unicode" removal git-svn-id: http://svn.miranda-ng.org/main/trunk@437 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/SplashScreen/src/headers.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'plugins/SplashScreen') diff --git a/plugins/SplashScreen/src/headers.h b/plugins/SplashScreen/src/headers.h index f5f27d970a..d94b597fd5 100644 --- a/plugins/SplashScreen/src/headers.h +++ b/plugins/SplashScreen/src/headers.h @@ -68,11 +68,7 @@ #define MODNAME "SplashScreen" #define WM_LOADED (WM_USER + 10) -#ifdef _UNICODE - #define tmemcpy wmemcpy -#else - #define tmemcpy memcpy -#endif +#define tmemcpy wmemcpy struct SPLASHOPTS { -- cgit v1.2.3