diff options
author | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-07-27 15:27:25 +0000 |
---|---|---|
committer | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-07-27 15:27:25 +0000 |
commit | 0d489da11220c272765fcc64d390be6bb50ff87f (patch) | |
tree | 98b0315bfbf8296c56127cd6574f3a84312792e7 /db3x_autobackups/options.c | |
parent | e6ccc491112a9183d7ed9249c17f5f00283b4bf5 (diff) |
based on mmap
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@302 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'db3x_autobackups/options.c')
-rw-r--r-- | db3x_autobackups/options.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db3x_autobackups/options.c b/db3x_autobackups/options.c index f477ddf..b6e7034 100644 --- a/db3x_autobackups/options.c +++ b/db3x_autobackups/options.c @@ -28,7 +28,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include <shlobj.h>
-#include "database.h"
+#//include "database.h"
#include "options.h"
extern HINSTANCE g_hInst;
|