VirtualBox

Changeset 3723 in vbox for trunk/include


Ignore:
Timestamp:
Jul 19, 2007 6:46:00 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
23022
Message:

Double underscore cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vm.h

    r3632 r3723  
    352352    union
    353353    {
    354 #ifdef __CPUMInternal_h__
     354#ifdef ___CPUMInternal_h
    355355        struct CPUM s;
    356356#endif
     
    365365    union
    366366    {
    367 #ifdef __VMMInternal_h__
     367#ifdef ___VMMInternal_h
    368368        struct VMM  s;
    369369#endif
     
    374374    union
    375375    {
    376 #ifdef __PGMInternal_h__
     376#ifdef ___PGMInternal_h
    377377        struct PGM  s;
    378378#endif
     
    383383    union
    384384    {
    385 #ifdef __HWACCMInternal_h__
     385#ifdef ___HWACCMInternal_h
    386386        struct HWACCM s;
    387387#endif
     
    392392    union
    393393    {
    394 #ifdef __TRPMInternal_h__
     394#ifdef ___TRPMInternal_h
    395395        struct TRPM s;
    396396#endif
     
    401401    union
    402402    {
    403 #ifdef __SELMInternal_h__
     403#ifdef ___SELMInternal_h
    404404        struct SELM s;
    405405#endif
     
    410410    union
    411411    {
    412 #ifdef __MMInternal_h__
     412#ifdef ___MMInternal_h
    413413        struct MM   s;
    414414#endif
     
    419419    union
    420420    {
    421 #ifdef __CFGMInternal_h__
     421#ifdef ___CFGMInternal_h
    422422        struct CFGM s;
    423423#endif
     
    428428    union
    429429    {
    430 #ifdef __PDMInternal_h__
     430#ifdef ___PDMInternal_h
    431431        struct PDM s;
    432432#endif
     
    437437    union
    438438    {
    439 #ifdef __IOMInternal_h__
     439#ifdef ___IOMInternal_h
    440440        struct IOM s;
    441441#endif
     
    446446    union
    447447    {
    448 #ifdef __PATMInternal_h__
     448#ifdef ___PATMInternal_h
    449449        struct PATM s;
    450450#endif
     
    455455    union
    456456    {
    457 #ifdef __CSAMInternal_h__
     457#ifdef ___CSAMInternal_h
    458458        struct CSAM s;
    459459#endif
     
    464464    union
    465465    {
    466 #ifdef __EMInternal_h__
     466#ifdef ___EMInternal_h
    467467        struct EM   s;
    468468#endif
     
    473473    union
    474474    {
    475 #ifdef __TMInternal_h__
     475#ifdef ___TMInternal_h
    476476        struct TM   s;
    477477#endif
     
    482482    union
    483483    {
    484 #ifdef __DBGFInternal_h__
     484#ifdef ___DBGFInternal_h
    485485        struct DBGF s;
    486486#endif
     
    491491    union
    492492    {
    493 #ifdef __STAMInternal_h__
     493#ifdef ___STAMInternal_h
    494494        struct STAM s;
    495495#endif
     
    500500    union
    501501    {
    502 #ifdef __SSMInternal_h__
     502#ifdef ___SSMInternal_h
    503503        struct SSM  s;
    504504#endif
     
    509509    union
    510510    {
    511 #ifdef __VMInternal_h__
     511#ifdef ___VMInternal_h
    512512        struct VMINT    s;
    513513#endif
     
    518518    union
    519519    {
    520 #ifdef __REMInternal_h__
     520#ifdef ___REMInternal_h
    521521        struct REM  s;
    522522#endif
Note: See TracChangeset for help on using the changeset viewer.

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