diff options
author | George Hazan <george.hazan@gmail.com> | 2012-05-21 15:17:41 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-05-21 15:17:41 +0000 |
commit | 49f4cab93b2f50a8132c6b8c26f1535f4f9ebb63 (patch) | |
tree | e4513a951782643b319f5f286994481030abb450 /plugins/NewAwaySysMod/Common.h | |
parent | c44981c03b71364fc42125594447d142ed9ed442 (diff) |
- added ChangeClientNotify
- CommonLibs finally became common ;)
git-svn-id: http://svn.miranda-ng.org/main/trunk@118 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/NewAwaySysMod/Common.h')
-rw-r--r-- | plugins/NewAwaySysMod/Common.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/plugins/NewAwaySysMod/Common.h b/plugins/NewAwaySysMod/Common.h index 52df7ac67d..732577421f 100644 --- a/plugins/NewAwaySysMod/Common.h +++ b/plugins/NewAwaySysMod/Common.h @@ -30,6 +30,7 @@ #include <windows.h>
#include <stdio.h>
#include <stdlib.h>
+#include <CommCtrl.h>
#include <commdlg.h>
#include <time.h>
#include <shellapi.h>
@@ -65,8 +66,8 @@ //#include "m_popupw.h"
#include "m_metacontacts.h"
#include "m_LogService.h"
-#include ".\CommonLibs\CString.h"
-#include ".\CommonLibs\Options.h"
+#include "..\CommonLibs\CString.h"
+#include "..\CommonLibs\Options.h"
#pragma comment(lib,"comctl32.lib")
|