works in the MinGW build with the exception that there
is a problem with accented characters -- i.e. there is
some mapping problem with wide characters.
- The code no longer compiles with Microsoft VC++.
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@2986
91ce42f0-d328-0410-95d8-
f526ca767f89
Kern Sibbald
General:
+29Apr06
+- Integrate Howard's VSS patch. Tweak it a bit. VSS now
+ works in the MinGW build with the exception that there
+ is a problem with accented characters -- i.e. there is
+ some mapping problem with wide characters.
+- The code no longer compiles with Microsoft VC++.
28Apr06
- Start implementing Christopher's St.Bernard code.
- Add Christopher's mods for opening files.
#else
extern int rl_catch_signals;
#endif
+#ifdef HAVE_MINGW
+/* Remove when we have real lib in src/lib */
+int enable_vss;
+#endif
/* Imported functions */
int authenticate_director(JCR *jcr, DIRRES *director, CONRES *cons);
#undef VERSION
#define VERSION "1.39.10"
-#define BDATE "28 April 2006"
-#define LSMDATE "28Apr06"
+#define BDATE "29 April 2006"
+#define LSMDATE "29Apr06"
/* Debug flags */
#undef DEBUG