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 = \
vss.idl \
vsstyle.h \
vssym32.h \
vswriter.h \
vswriter.idl \
wbemcli.idl \
wbemdisp.idl \
wbemprov.idl \
......
......@@ -15,9 +15,7 @@
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#ifndef __WINE_VSWRITER_H
#define __WINE_VSWRITER_H
import "oaidl.idl";
typedef enum
{
......@@ -58,5 +56,3 @@ typedef enum VSS_FILE_RESTORE_STATUS
VSS_RS_ALL,
VSS_RS_FAILED
} 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