Skip to content

Commit

Permalink
Generate x86 midl files from brave's google_update_idl.idl
Browse files Browse the repository at this point in the history
  • Loading branch information
simonhong committed Jun 18, 2018
1 parent 18a660c commit 025cfd8
Show file tree
Hide file tree
Showing 5 changed files with 14,112 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
/*********************************************************
DllData file -- generated by MIDL compiler
DO NOT ALTER THIS FILE
This file is regenerated by MIDL on every IDL file compile.
To completely reconstruct this file, delete it and rerun MIDL
on all the IDL files in this DLL, specifying this file for the
/dlldata command line option
*********************************************************/

#define PROXY_DELEGATION

#include <rpcproxy.h>

#ifdef __cplusplus
extern "C" {
#endif

EXTERN_PROXY_FILE( google_update_idl )


PROXYFILE_LIST_START
/* Start of list */
REFERENCE_PROXY_FILE( google_update_idl ),
/* End of list */
PROXYFILE_LIST_END


DLLDATA_ROUTINES( aProxyFileList, GET_DLL_CLSID )

#ifdef __cplusplus
} /*extern "C" */
#endif

/* end of generated dlldata file */
Loading

0 comments on commit 025cfd8

Please sign in to comment.