]> git.sur5r.net Git - bacula/bacula/commitdiff
kes Fix Win32 build, which broke when I added parse_args_only in
authorKern Sibbald <kern@sibbald.com>
Sun, 3 Dec 2006 16:55:06 +0000 (16:55 +0000)
committerKern Sibbald <kern@sibbald.com>
Sun, 3 Dec 2006 16:55:06 +0000 (16:55 +0000)
     lib. I'm not sure I got the entry point right for msvc.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3737 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/technotes-1.39

index 731567919c7497406ee53f48f0d6c074781c1dd8..712f3d51c90da46faf4a48d3d2284960cf4d9ad2 100644 (file)
@@ -2,6 +2,8 @@
 
 General:
 03Dec06
+kes  Fix Win32 build, which broke when I added parse_args_only in
+     lib. I'm not sure I got the entry point right for msvc.
 kes  Turn off data encryption. It can be enabled by defining
      DATA_ENCRYPTION in src/version.h and recompiling.
 kes  Implement flag to turn off data encryption feature.