Changeset 3723 in vbox for trunk/include
- Timestamp:
- Jul 19, 2007 6:46:00 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 23022
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vm.h
r3632 r3723 352 352 union 353 353 { 354 #ifdef __ CPUMInternal_h__354 #ifdef ___CPUMInternal_h 355 355 struct CPUM s; 356 356 #endif … … 365 365 union 366 366 { 367 #ifdef __ VMMInternal_h__367 #ifdef ___VMMInternal_h 368 368 struct VMM s; 369 369 #endif … … 374 374 union 375 375 { 376 #ifdef __ PGMInternal_h__376 #ifdef ___PGMInternal_h 377 377 struct PGM s; 378 378 #endif … … 383 383 union 384 384 { 385 #ifdef __ HWACCMInternal_h__385 #ifdef ___HWACCMInternal_h 386 386 struct HWACCM s; 387 387 #endif … … 392 392 union 393 393 { 394 #ifdef __ TRPMInternal_h__394 #ifdef ___TRPMInternal_h 395 395 struct TRPM s; 396 396 #endif … … 401 401 union 402 402 { 403 #ifdef __ SELMInternal_h__403 #ifdef ___SELMInternal_h 404 404 struct SELM s; 405 405 #endif … … 410 410 union 411 411 { 412 #ifdef __ MMInternal_h__412 #ifdef ___MMInternal_h 413 413 struct MM s; 414 414 #endif … … 419 419 union 420 420 { 421 #ifdef __ CFGMInternal_h__421 #ifdef ___CFGMInternal_h 422 422 struct CFGM s; 423 423 #endif … … 428 428 union 429 429 { 430 #ifdef __ PDMInternal_h__430 #ifdef ___PDMInternal_h 431 431 struct PDM s; 432 432 #endif … … 437 437 union 438 438 { 439 #ifdef __ IOMInternal_h__439 #ifdef ___IOMInternal_h 440 440 struct IOM s; 441 441 #endif … … 446 446 union 447 447 { 448 #ifdef __ PATMInternal_h__448 #ifdef ___PATMInternal_h 449 449 struct PATM s; 450 450 #endif … … 455 455 union 456 456 { 457 #ifdef __ CSAMInternal_h__457 #ifdef ___CSAMInternal_h 458 458 struct CSAM s; 459 459 #endif … … 464 464 union 465 465 { 466 #ifdef __ EMInternal_h__466 #ifdef ___EMInternal_h 467 467 struct EM s; 468 468 #endif … … 473 473 union 474 474 { 475 #ifdef __ TMInternal_h__475 #ifdef ___TMInternal_h 476 476 struct TM s; 477 477 #endif … … 482 482 union 483 483 { 484 #ifdef __ DBGFInternal_h__484 #ifdef ___DBGFInternal_h 485 485 struct DBGF s; 486 486 #endif … … 491 491 union 492 492 { 493 #ifdef __ STAMInternal_h__493 #ifdef ___STAMInternal_h 494 494 struct STAM s; 495 495 #endif … … 500 500 union 501 501 { 502 #ifdef __ SSMInternal_h__502 #ifdef ___SSMInternal_h 503 503 struct SSM s; 504 504 #endif … … 509 509 union 510 510 { 511 #ifdef __ VMInternal_h__511 #ifdef ___VMInternal_h 512 512 struct VMINT s; 513 513 #endif … … 518 518 union 519 519 { 520 #ifdef __ REMInternal_h__520 #ifdef ___REMInternal_h 521 521 struct REM s; 522 522 #endif
Note:
See TracChangeset
for help on using the changeset viewer.