]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/win32/compat/vss_W2K3.cpp
added VSS toggling by enable_vss
[bacula/bacula] / bacula / src / win32 / compat / vss_W2K3.cpp
1 /* 
2 we need one class per OS as Microsofts API 
3 differs only by calling convention and some
4 function we don't use.
5
6 vss_generic will handle all versions and
7 switch between different headers to include.
8 */
9
10 #define B_VSS_W2K3
11 #include "vss_generic.cpp"
12
13
14