From 9058a0873878d4767f0ab43b55f397ed3290d8ed Mon Sep 17 00:00:00 2001 From: mataes2007 Date: Sat, 3 Dec 2011 18:03:47 +0000 Subject: Dbx_mmap_SA: removed not needed ansi code git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@238 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb --- Dbx_mmap_SA/init.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Dbx_mmap_SA/init.c') diff --git a/Dbx_mmap_SA/init.c b/Dbx_mmap_SA/init.c index a059950..38d90b8 100644 --- a/Dbx_mmap_SA/init.c +++ b/Dbx_mmap_SA/init.c @@ -32,7 +32,6 @@ extern char szDbPath[MAX_PATH]; HINSTANCE g_hInst=NULL; PLUGINLINK *pluginLink; -BOOL gl_bUnicodeAwareCore=FALSE; PLUGININFOEX pluginInfo = { sizeof(PLUGININFOEX), @@ -143,7 +142,6 @@ static int LoadDatabase( char * profile, void * plink ) char szVer[MAX_PATH]; CallService(MS_SYSTEM_GETVERSIONTEXT, MAX_PATH, (LPARAM)szVer); _strlwr(szVer); // make sure it is lowercase - gl_bUnicodeAwareCore = (strstr(szVer, "unicode") != NULL); /* WARNING!!! You CANNOT remove this code */ if (strstr(szVer, "coffee") != NULL) @@ -151,7 +149,7 @@ static int LoadDatabase( char * profile, void * plink ) // We are running under damn violators void (*f)(); - MessageBoxA(0, Translate("Running mmap_sa is forbidden under license violating products, sorry"), Translate("Warning!"), MB_OK); + MessageBox(0, TranslateT("Running mmap_sa is forbidden under license violating products, sorry"), TranslateT("Warning!"), MB_OK); f = NULL; f(); -- cgit v1.2.3