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/folderItem.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/folderItem.h')
-rw-r--r-- | plugins/Folders/src/folderItem.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/plugins/Folders/src/folderItem.h b/plugins/Folders/src/folderItem.h index 166017b476..ded5c12a6f 100644 --- a/plugins/Folders/src/folderItem.h +++ b/plugins/Folders/src/folderItem.h @@ -23,10 +23,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #ifndef M_FOLDERS_FOLDER_ITEM_H
#define M_FOLDERS_FOLDER_ITEM_H
-#include <string.h>
-#include <malloc.h>
-#include <windows.h>
-
#define FOLDERS_NO_HELPER_FUNCTIONS
#include "m_folders.h"
#undef FOLDERS_NO_HELPER_FUNCTIONS
@@ -49,7 +45,7 @@ public: CFolderItem(const char *sectionName, const char *name, const TCHAR *format, const TCHAR *userName);
virtual ~CFolderItem();
- void Expand(TCHAR *buffer, int size);
+ CMString Expand();
void Save();
int IsEqual(const CFolderItem *other);
|