VirtualBox

Changeset 34524 in vbox


Ignore:
Timestamp:
Nov 30, 2010 3:23:54 PM (14 years ago)
Author:
vboxsync
Message:

Build fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-win.cpp

    r34521 r34524  
    11451145
    11461146        case WINXP:
     1147#if ARCH_BITS == 64
     1148            enmOsType = VBOXOSTYPE_WinXP_x64;
     1149#else
    11471150            enmOsType = VBOXOSTYPE_WinXP;
     1151#endif
    11481152            break;
    11491153
    11501154        case WIN2K3:
     1155#if ARCH_BITS == 64
     1156            enmOsType = VBOXOSTYPE_Win2k3_x64;
     1157#else
    11511158            enmOsType = VBOXOSTYPE_Win2k3;
     1159#endif
    11521160            break;
    11531161
    11541162        case WINVISTA:
     1163#if ARCH_BITS == 64
     1164            enmOsType = VBOXOSTYPE_WinVista_x64;
     1165#else
    11551166            enmOsType = VBOXOSTYPE_WinVista;
     1167#endif
    11561168            break;
    11571169
    11581170        case WIN7:
     1171#if ARCH_BITS == 64
     1172            enmOsType = VBOXOSTYPE_Win7_x64;
     1173#else
    11591174            enmOsType = VBOXOSTYPE_Win7;
     1175#endif
    11601176            break;
    11611177
     
    11651181            break;
    11661182    }
    1167 #if ARCH_BITS == 64
    1168     enmOsType += VBOXOSTYPE_x64;
    1169 #endif
    11701183    return enmOsType;
    11711184}
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette