Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mono / metadata / opcodes.h
index 71b4cb495861d7f923827b6c07c23737b799a879..976a46df28b3e56a36a9fe196c9c3a8942855032 100644 (file)
@@ -1,3 +1,7 @@
+/**
+ * \file
+ */
+
 #ifndef __MONO_METADATA_OPCODES_H__
 #define __MONO_METADATA_OPCODES_H__
 
@@ -62,7 +66,7 @@ typedef struct {
        unsigned short opval;
 } MonoOpcode;
 
-extern const MonoOpcode mono_opcodes [];
+MONO_API extern const MonoOpcode mono_opcodes [];
 
 MONO_API const char*
 mono_opcode_name (int opcode);