diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-07-23 06:41:38 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-07-23 06:41:38 +0000 |
commit | 9126d2b133d00b836fca640f847a0948f7579e02 (patch) | |
tree | 7e915c08cc0e52aaa6244e709acffa91a31715a3 /plugins/Db_autobackups/headers.h | |
parent | 33e535df429971555b212f4abaff1b6adb8e7c23 (diff) |
Db3x_mmap,Db_autobackups: changed folder structure
git-svn-id: http://svn.miranda-ng.org/main/trunk@1107 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Db_autobackups/headers.h')
-rw-r--r-- | plugins/Db_autobackups/headers.h | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/plugins/Db_autobackups/headers.h b/plugins/Db_autobackups/headers.h deleted file mode 100644 index eab2ffc667..0000000000 --- a/plugins/Db_autobackups/headers.h +++ /dev/null @@ -1,50 +0,0 @@ -#ifndef _HEADERS_H
-#define _HEADERS_H
-
-#define _CRT_SECURE_NO_DEPRECATE
-#define MIRANDA_VER 0x0A00
-
-#include <m_stdhdr.h>
-#include <windows.h>
-#include <shlobj.h>
-#include <time.h>
-#include <commctrl.h>
-
-#include <m_system.h>
-#include <newpluginapi.h>
-#include <m_clist.h>
-#include <m_database.h>
-#include <m_langpack.h>
-#include <m_utils.h>
-#include <m_options.h>
-#include <m_popup.h>
-#include <m_icolib.h>
-#include "m_folders.h"
-#include <win2k.h>
-
-#include "options.h"
-#include "resource.h"
-
-#define MS_AB_BACKUP "AB/Backup"
-#define MS_AB_BACKUPTRGR "AB/Backuptrg"
-#define MS_AB_SAVEAS "AB/SaveAs"
-
-
-#define SUB_DIR L"\\AutoBackups"
-#define DIR L"%miranda_userdata%"
-
-
-void ShowPopup(TCHAR* text, TCHAR* header);
-INT_PTR DBSaveAs(WPARAM wParam, LPARAM lParam);
-INT_PTR ABService(WPARAM wParam, LPARAM lParam);
-int CreateDirectoryTree(TCHAR *szDir);
-int Backup(TCHAR* backup_filename);
-int SetBackupTimer(void);
-int OptionsInit(WPARAM wParam, LPARAM lParam);
-int LoadOptions(void);
-HWND CreateToolTip(HWND hwndParent, LPTSTR ptszText, LPTSTR ptszTitle);
-
-extern HINSTANCE hInst;
-extern TCHAR* profilePath;
-
-#endif
|