diff options
author | George Hazan <george.hazan@gmail.com> | 2013-02-13 19:34:27 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-02-13 19:34:27 +0000 |
commit | 5823fde31b7185403f6fe4f24c1a858d63bfa2d3 (patch) | |
tree | 796b522f4f1c1986fb749457ee3f904157e928c5 /plugins/BasicHistory | |
parent | cbdba41a954b4cf8849cc12ba5d27c458288c146 (diff) |
- boost updated to 1.53, and should be placed into ..\..\boost folder
- various compilation fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@3591 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/BasicHistory')
-rw-r--r-- | plugins/BasicHistory/res/BasicHistory.rc | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/plugins/BasicHistory/res/BasicHistory.rc b/plugins/BasicHistory/res/BasicHistory.rc index 6da741a059..d0874095cc 100644 --- a/plugins/BasicHistory/res/BasicHistory.rc +++ b/plugins/BasicHistory/res/BasicHistory.rc @@ -11,10 +11,8 @@ #undef APSTUDIO_READONLY_SYMBOLS
#include <winres.h>
-#include <windows.h>
-#include <richedit.h>
#include <commctrl.h>
-#include <tchar.h>
+#include <richedit.h>
#include <m_clc.h>
/////////////////////////////////////////////////////////////////////////////
@@ -262,4 +260,3 @@ IDI_MINUSEX ICON "mnode.ico" #endif // Neutral resources
/////////////////////////////////////////////////////////////////////////////
-
|