Using running process to determine mono exe path on windows
[mono.git] / mono / utils / mono-dl-fallback.h
index 97b13c6c189b5d4707234e5de28797e82228b016..6e4b81eaf791a12b6c2191d1a767a1bbb0d29957 100644 (file)
@@ -6,6 +6,7 @@
 MONO_BEGIN_DECLS
 
 enum {
+       MONO_DL_EAGER = 0,
        MONO_DL_LAZY  = 1,
        MONO_DL_LOCAL = 2,
        MONO_DL_MASK  = 3