summaryrefslogtreecommitdiff
path: root/dbx_mmap_sa/db_autobackups/headers.h
diff options
context:
space:
mode:
authorwatcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb>2011-11-26 14:19:43 +0000
committerwatcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb>2011-11-26 14:19:43 +0000
commit7aff1e4cb053394db57c2814d5fe1e6493e0cc75 (patch)
treec8585e44049b37e4da152495c954242204c2c38d /dbx_mmap_sa/db_autobackups/headers.h
parent6f3d69266933ef120d229e0daf2da164b77214d0 (diff)
Project folders rename part 2
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@214 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'dbx_mmap_sa/db_autobackups/headers.h')
-rw-r--r--dbx_mmap_sa/db_autobackups/headers.h53
1 files changed, 0 insertions, 53 deletions
diff --git a/dbx_mmap_sa/db_autobackups/headers.h b/dbx_mmap_sa/db_autobackups/headers.h
deleted file mode 100644
index 5b79b89..0000000
--- a/dbx_mmap_sa/db_autobackups/headers.h
+++ /dev/null
@@ -1,53 +0,0 @@
-#ifndef _HEADERS_H
-#define _HEADERS_H
-
-#define _CRT_SECURE_NO_DEPRECATE
-#define MIRANDA_VER 0x0900
-#define MIRANDA_CUSTOM_LP
-
-#include <m_stdhdr.h>
-#include <windows.h>
-#include <newpluginapi.h>
-#include <win2k.h>
-#include <time.h>
-#include <commctrl.h>
-#include <m_clist.h>
-#include <m_plugins.h>
-#include <m_system.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 "options.h"
-#include "resource.h"
-
-#define MS_AB_BACKUP "AB/Backup"
-#define MS_AB_BACKUPTRGR "AB/Backuptrg"
-#define MS_AB_SAVEAS "AB/SaveAs"
-
-#ifdef _UNICODE
- #define SUB_DIR L"\\AutoBackups"
- #define DIR L"%miranda_userdata%"
-#else
- #define SUB_DIR "\\AutoBackups"
- #define DIR "%miranda_userdata%"
-#endif
-
-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;
-TCHAR* profilePath;
-
-#endif