From fb71b980908b543523ef54ff6b8c9965d75a37dd Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> Date: Wed, 1 Apr 2009 00:00:47 +0000 Subject: sync git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@455 4f64403b-2f21-0410-a795-97e2b3489a10 --- db3x_autobackups/commonheaders.h | 2 + db3x_autobackups/db3x_mmap.rc | 4 +- db3x_autobackups/db3x_mmap.vcproj | 7 + db3x_autobackups/db3x_mmap_9.sln | 20 ++ db3x_autobackups/db3x_mmap_9.vcproj | 682 ++++++++++++++++++++++++++++++++++++ db3x_autobackups/version.h | 6 +- 6 files changed, 716 insertions(+), 5 deletions(-) create mode 100644 db3x_autobackups/db3x_mmap_9.sln create mode 100644 db3x_autobackups/db3x_mmap_9.vcproj diff --git a/db3x_autobackups/commonheaders.h b/db3x_autobackups/commonheaders.h index 4c86eb3..199cdd2 100644 --- a/db3x_autobackups/commonheaders.h +++ b/db3x_autobackups/commonheaders.h @@ -37,7 +37,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include #include #include +#ifndef __GNUC__ #include +#endif #include "resource.h" #include "version.h" #include diff --git a/db3x_autobackups/db3x_mmap.rc b/db3x_autobackups/db3x_mmap.rc index 9bdd6d1..e0782e6 100644 --- a/db3x_autobackups/db3x_mmap.rc +++ b/db3x_autobackups/db3x_mmap.rc @@ -80,7 +80,7 @@ END IDD_OPTIONS DIALOGEX 0, 0, 277, 228 STYLE DS_SETFONT | WS_POPUP -FONT 8, "MS Sans Serif", 0, 0, 0x1 +FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN GROUPBOX "Automatic Backups",IDC_STATIC,7,7,263,214,WS_GROUP RTEXT "Every:",IDC_STATIC,39,97,52,8 @@ -104,7 +104,7 @@ END IDD_COPYPROGRESS DIALOGEX 0, 0, 254, 148 STYLE DS_SETFONT | DS_MODALFRAME | DS_3DLOOK | DS_CENTER | WS_POPUP | WS_CLIPCHILDREN | WS_CAPTION CAPTION "Backup in Progress" -FONT 8, "MS Sans Serif", 0, 0, 0x0 +FONT 8, "MS Shell Dlg", 0, 0, 0x0 BEGIN PUSHBUTTON "Cancel",IDCANCEL,102,97,50,14 CONTROL "Progress1",IDC_PROGRESS,"msctls_progress32",WS_BORDER,46,64,163,14 diff --git a/db3x_autobackups/db3x_mmap.vcproj b/db3x_autobackups/db3x_mmap.vcproj index 1366ca2..f29bf04 100644 --- a/db3x_autobackups/db3x_mmap.vcproj +++ b/db3x_autobackups/db3x_mmap.vcproj @@ -100,10 +100,14 @@ Name="VCCustomBuildTool"/> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/db3x_autobackups/version.h b/db3x_autobackups/version.h index 6bea6ad..8b226bf 100644 --- a/db3x_autobackups/version.h +++ b/db3x_autobackups/version.h @@ -1,3 +1,3 @@ -#define __FILEVERSION_STRING 0,7,5,1 -#define __VERSION_STRING "0.7.5.1" -#define __VERSION_DWORD 0x00070501 +#define __FILEVERSION_STRING 0,8,0,1 +#define __VERSION_STRING "0.8.0.1" +#define __VERSION_DWORD 0x00080001 -- cgit v1.2.3