VirtualBox

Changeset 3699 in vbox for trunk/src/VBox/Runtime/r3/win32


Ignore:
Timestamp:
Jul 18, 2007 5:37:46 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
22991
Message:

double underscore cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/win32/process-win32.cpp

    r2981 r3699  
    102102             * GetProcessId requires XP SP1 or later
    103103             */
    104 #ifdef __WIN64__
     104#if defined(RT_ARCH_AMD64)
    105105            *pProcess = GetProcessId(hProcess);
    106 #else /* !__WIN64__ */
     106#else /* !RT_ARCH_AMD64 */
    107107            static bool           fInitialized = false;
    108108            static DWORD (WINAPI *pfnGetProcessId)(HANDLE Thread) = NULL;
     
    140140                *pProcess = ProcInfo.UniqueProcessId;
    141141            }
    142 #endif  /* !__WIN64__ */
     142#endif  /* !RT_ARCH_AMD64 */
    143143        }
    144144        return VINF_SUCCESS;
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