]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/baconfig.h
Reduce compiler warnings on Windows build
[bacula/bacula] / bacula / src / baconfig.h
index 3bf4b523427cb5b99600ae87357494820b03033f..5d3036a942687c72d5fb01008269eb5acfd8b1a9 100644 (file)
@@ -83,6 +83,9 @@
 #define WIN32_REPARSE_POINT 1
 #define WIN32_MOUNT_POINT   2
 
+/* Reduce compiler warnings from Windows vss code */
+#define uuid(x)
+
 void InitWinAPIWrapper();
 
 #define  OSDependentInit()    InitWinAPIWrapper()