summaryrefslogtreecommitdiff
path: root/src/inc/iceefilegen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/inc/iceefilegen.h')
-rw-r--r--src/inc/iceefilegen.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/inc/iceefilegen.h b/src/inc/iceefilegen.h
index 4cdb1ec460..dfbb7c169c 100644
--- a/src/inc/iceefilegen.h
+++ b/src/inc/iceefilegen.h
@@ -59,6 +59,11 @@ class ICeeFileGen;
typedef void *HCEEFILE;
+#ifdef FEATURE_CORECLR
+EXTERN_C HRESULT __stdcall CreateICeeFileGen(ICeeFileGen** pCeeFileGen);
+EXTERN_C HRESULT __stdcall DestroyICeeFileGen(ICeeFileGen ** ppCeeFileGen);
+#endif
+
typedef HRESULT (__stdcall * PFN_CreateICeeFileGen)(ICeeFileGen ** ceeFileGen); // call this to instantiate an ICeeFileGen interface
typedef HRESULT (__stdcall * PFN_DestroyICeeFileGen)(ICeeFileGen ** ceeFileGen); // call this to delete an ICeeFileGen