Commit e9ab48ab authored by Alistair Leslie-Hughes's avatar Alistair Leslie-Hughes Committed by Alexandre Julliard

include: Convert header vswriter to an idl.

parent b6591734
...@@ -649,7 +649,7 @@ SOURCES = \ ...@@ -649,7 +649,7 @@ SOURCES = \
vss.idl \ vss.idl \
vsstyle.h \ vsstyle.h \
vssym32.h \ vssym32.h \
vswriter.h \ vswriter.idl \
wbemcli.idl \ wbemcli.idl \
wbemdisp.idl \ wbemdisp.idl \
wbemprov.idl \ wbemprov.idl \
......
...@@ -15,9 +15,7 @@ ...@@ -15,9 +15,7 @@
* License along with this library; if not, write to the Free Software * License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
import "oaidl.idl";
#ifndef __WINE_VSWRITER_H
#define __WINE_VSWRITER_H
typedef enum typedef enum
{ {
...@@ -58,5 +56,3 @@ typedef enum VSS_FILE_RESTORE_STATUS ...@@ -58,5 +56,3 @@ typedef enum VSS_FILE_RESTORE_STATUS
VSS_RS_ALL, VSS_RS_ALL,
VSS_RS_FAILED VSS_RS_FAILED
} VSS_FILE_RESTORE_STATUS; } VSS_FILE_RESTORE_STATUS;
#endif /* ___WINE_VSWRITER_H */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment