[REACTOS] Addendum to 5c7ce4475e246560d1622b8cc60dc603e3955f66 - Fix MSVC 2015 build
[reactos.git] / hal / halx86 / include / hal.h
index ec38e8c..a5a9ddb 100644 (file)
@@ -39,6 +39,7 @@
 /* For MSVC, this is required before using DATA_SEG (used in pcidata) */
 #ifdef _MSC_VER
 # pragma section("INIT", read,execute,discard)
+# pragma section("INITDATA", read,discard)
 #endif
 
 /* Internal shared PCI and ACPI header */