Rename VAR16_32 to VAR16VISIBLE.
[seabios.git] / src / pnpbios.c
index 7d9ece509bb261c4e9c1d505802e33aacc89bffb..4e7abc69785f0d0c6bc62f65efcf10b767633748 100644 (file)
@@ -41,7 +41,7 @@ struct pnpheader PNPHEADER __aligned(16) VAR16EXPORT = {
 // We need a copy of this string in the 0xf000 segment, but we are not
 // actually a PnP BIOS, so make sure it is *not* aligned, so OSes will
 // not see it if they scan.
-char pnp_string[] __aligned(2) VAR16_32 = " $PnP";
+char pnp_string[] __aligned(2) VAR16VISIBLE = " $PnP";
 #endif
 
 #define FUNCTION_NOT_SUPPORTED 0x82