Module: wine Branch: master Commit: e9ab48abdacce2c97333f5a84475fb6f798c128d URL: https://source.winehq.org/git/wine.git/?a=commit;h=e9ab48abdacce2c97333f5a84...
Author: Alistair Leslie-Hughes leslie_alistair@hotmail.com Date: Sun Feb 10 22:48:11 2019 +0000
include: Convert header vswriter to an idl.
Signed-off-by: Alistair Leslie-Hughes leslie_alistair@hotmail.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
include/Makefile.in | 2 +- include/{vswriter.h => vswriter.idl} | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-)
diff --git a/include/Makefile.in b/include/Makefile.in index fd47078..a4642ce 100644 --- a/include/Makefile.in +++ b/include/Makefile.in @@ -649,7 +649,7 @@ SOURCES = \ vss.idl \ vsstyle.h \ vssym32.h \ - vswriter.h \ + vswriter.idl \ wbemcli.idl \ wbemdisp.idl \ wbemprov.idl \ diff --git a/include/vswriter.h b/include/vswriter.idl similarity index 94% rename from include/vswriter.h rename to include/vswriter.idl index f0cc842..9d7d4dc 100644 --- a/include/vswriter.h +++ b/include/vswriter.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 */