-
Notifications
You must be signed in to change notification settings - Fork 890
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Generate x86 midl files from brave's google_update_idl.idl
- Loading branch information
Showing
5 changed files
with
14,112 additions
and
0 deletions.
There are no files selected for viewing
38 changes: 38 additions & 0 deletions
38
win_build_output/midl/google_update/x86/google_update_idl.dlldata.c
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 */ |
Oops, something went wrong.