diff options
author | George Hazan <george.hazan@gmail.com> | 2012-06-30 16:36:01 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-06-30 16:36:01 +0000 |
commit | 13062331be32832680c4dd429d39648f6c8512ed (patch) | |
tree | df6d85fed3ca37bf124400ca0cb4f32bbaebdd90 /plugins/SeenPlugin/utils.cpp | |
parent | b60d555adb854610508e1fd4b4107e1e974d003e (diff) |
revert wrongly changed files
git-svn-id: http://svn.miranda-ng.org/main/trunk@699 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SeenPlugin/utils.cpp')
-rw-r--r-- | plugins/SeenPlugin/utils.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/SeenPlugin/utils.cpp b/plugins/SeenPlugin/utils.cpp index 33cb50bc37..533882977e 100644 --- a/plugins/SeenPlugin/utils.cpp +++ b/plugins/SeenPlugin/utils.cpp @@ -615,6 +615,8 @@ static DWORD __stdcall waitThread(logthread_info* infoParam) return 0;
}
+
+
int UpdateValues(WPARAM wparam,LPARAM lparam)
{
DBCONTACTWRITESETTING *cws;
|