summaryrefslogtreecommitdiff
path: root/src/modules/utils/utils.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2014-01-11 16:23:36 +0000
committerGeorge Hazan <george.hazan@gmail.com>2014-01-11 16:23:36 +0000
commitc559a18ca21a2a1fa3199c4bb60bcd031ec17134 (patch)
tree23a3716abd31956933bb8e01a90bff2c9eaf452b /src/modules/utils/utils.cpp
parent764b106951b4c47cef929d17ca99e8f4a8165483 (diff)
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
Diffstat (limited to 'src/modules/utils/utils.cpp')
-rw-r--r--src/modules/utils/utils.cpp3
1 files changed, 3 insertions, 0 deletions
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();