diff options
author | George Hazan <george.hazan@gmail.com> | 2015-06-13 11:32:45 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-06-13 11:32:45 +0000 |
commit | e095cd0a755191d61f652ac400cf045d38f5b5d0 (patch) | |
tree | 0a063e4dc523de4ae5c335dead5f094ffaf2003a /plugins/Folders/src/commonheaders.h | |
parent | 28c0457c46f90e11b83c49b69f03cf85e932cd05 (diff) |
- fix for the UNC names in folders;
- major code cleaning;
- version bump
git-svn-id: http://svn.miranda-ng.org/main/trunk@14141 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Folders/src/commonheaders.h')
-rw-r--r-- | plugins/Folders/src/commonheaders.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/Folders/src/commonheaders.h b/plugins/Folders/src/commonheaders.h index ea5965af69..c7117b2a97 100644 --- a/plugins/Folders/src/commonheaders.h +++ b/plugins/Folders/src/commonheaders.h @@ -28,10 +28,15 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include <windows.h>
#include <richedit.h>
+#include <stdarg.h>
+#include <string.h>
+#include <malloc.h>
+
#include <newpluginapi.h>
#include <m_database.h>
#include <m_system_cpp.h>
#include <m_options.h>
+#include <m_string.h>
#include <m_variables.h>
#include <m_folders.h>
|