Get rid of linker warnings
Modified: branches/xen/reactos/boot/freeldr/freeldr/include/multiboot.h

Modified: branches/xen/reactos/boot/freeldr/freeldr/include/multiboot.h
--- branches/xen/reactos/boot/freeldr/freeldr/include/multiboot.h	2005-03-25 08:26:11 UTC (rev 14303)
+++ branches/xen/reactos/boot/freeldr/freeldr/include/multiboot.h	2005-03-25 08:31:43 UTC (rev 14304)
@@ -137,8 +137,8 @@
 char					multiboot_kernel_cmdline[255];	// Command line passed to kernel
 FRLDR_MODULE			multiboot_modules[64];		// Array to hold boot module info loaded for the kernel
 char					multiboot_module_strings[64][256];	// Array to hold module names
-unsigned long			multiboot_memory_map_descriptor_size;
-memory_map_t			multiboot_memory_map[32];		// Memory map
+extern unsigned long			multiboot_memory_map_descriptor_size;
+extern memory_map_t			multiboot_memory_map[32];		// Memory map
 
 
 void	boot_reactos(void);