- Timestamp:
- Sep 18, 2009 1:48:51 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/main.cpp
r23131 r23132 171 171 int rc = RTSystemQueryOSInfo (RTSYSOSINFO_RELEASE, pszInfo, sizeof(pszInfo)); 172 172 if (RT_SUCCESS (rc) && 173 pszInfo[0] == 1) /* higher than 1x.x.x */173 pszInfo[0] == '1') /* higher than 1x.x.x */ 174 174 { 175 175 /*
Note:
See TracChangeset
for help on using the changeset viewer.