From c559a18ca21a2a1fa3199c4bb60bcd031ec17134 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 11 Jan 2014 16:23:36 +0000 Subject: MS_UTILS_ENTERSTRING moved from Jabber to the core, cause it's very handy git-svn-id: http://svn.miranda-ng.org/main/trunk@7593 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- src/modules/utils/utils.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/modules') diff --git a/src/modules/utils/utils.cpp b/src/modules/utils/utils.cpp index 823b981721..8bcb4a1fa7 100644 --- a/src/modules/utils/utils.cpp +++ b/src/modules/utils/utils.cpp @@ -43,6 +43,8 @@ void InitTimeZones(void); int InitCrypt(void); void UninitCrypt(void); +INT_PTR __cdecl svcEnterString(WPARAM, LPARAM lParam); + static BOOL bModuleInitialized = FALSE; static CountryListEntry countries[] = { @@ -470,6 +472,7 @@ int LoadUtilsModule(void) CreateServiceFunction(MS_UTILS_GETCOUNTRYBYISOCODE, GetCountryByISOCode); CreateServiceFunction(MS_UTILS_GETCOUNTRYLIST, GetCountryList); CreateServiceFunction(MS_UTILS_GETRANDOM, GenerateRandom); + CreateServiceFunction(MS_UTILS_ENTERSTRING, svcEnterString); CreateServiceFunction(MS_SYSTEM_RESTART, RestartMiranda); InitOpenUrl(); -- cgit v1.2.3