Changeset 51730 in vbox
- Timestamp:
- Jun 26, 2014 7:37:27 AM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 94517
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA_VBVA.cpp
r51648 r51730 1821 1821 if (u32Version > VGA_SAVEDSTATE_VERSION_WDDM) 1822 1822 { 1823 #define VBOX_VHWA_SOLARIS_ARCH "solaris."1824 1825 1823 bool fLoadCommands; 1826 1824 … … 1829 1827 const char *pcszOsArch = SSMR3HandleHostOSAndArch(pSSM); 1830 1828 Assert(pcszOsArch); 1831 fLoadCommands = !pcszOsArch || RTStrNCmp(pcszOsArch, VBOX_VHWA_SOLARIS_ARCH, sizeof (VBOX_VHWA_SOLARIS_ARCH) - 1);1829 fLoadCommands = !pcszOsArch || RTStrNCmp(pcszOsArch, RT_STR_TUPLE("solaris")); 1832 1830 } 1833 1831 else
Note:
See TracChangeset
for help on using the changeset viewer.