netcore: fix debug build
authorEgorBo <egorbo@gmail.com>
Sat, 21 Sep 2019 18:05:13 +0000 (21:05 +0300)
committerMarek Safar <marek.safar@gmail.com>
Sun, 22 Sep 2019 07:09:35 +0000 (09:09 +0200)
Commit migrated from https://github.com/mono/mono/commit/6257369adcf940d81196c476fbbf6978cb008ada

src/mono/mono/metadata/w32process-unix.c

index 3b92809..1713237 100644 (file)
@@ -4279,4 +4279,28 @@ mono_w32process_signal_finished (void)
 {
 }
 
+guint32
+mono_w32process_ver_language_name (guint32 lang, gunichar2 *lang_out, guint32 lang_len)
+{
+       return 0;
+}
+
+gboolean
+mono_w32process_get_fileversion_info (const gunichar2 *filename, gpointer *data)
+{
+       return FALSE;
+}
+
+gboolean
+mono_w32process_module_get_information (gpointer handle, gpointer module, MODULEINFO *modinfo, guint32 size)
+{
+       return FALSE;
+}
+
+gboolean
+mono_w32process_ver_query_value (gconstpointer datablock, const gunichar2 *subblock, gpointer *buffer, guint32 *len)
+{
+       return FALSE;
+}
+
 #endif /* ENABLE_NETCORE */