]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/lib/winapi.h
- Add Version, ConfigDir, and WorkingDir as Python attributes
[bacula/bacula] / bacula / src / lib / winapi.h
index ed3580a416484b8153ef4ecee13ef2a0e485b233..1b815d51d9fb8299570965ac1e020c40072e5390 100644 (file)
@@ -140,8 +140,8 @@ extern t_GetCurrentDirectoryA p_GetCurrentDirectoryA;
 extern t_GetCurrentDirectoryW p_GetCurrentDirectoryW;
 
 #ifdef WIN32_VSS
-class VSSClient;
-extern VSSClient g_VSSClient;
+class  VSSClient;
+extern VSSClient* g_pVSSClient;
 #endif
 
 void InitWinAPIWrapper();