- Timestamp:
- Jan 18, 2007 5:07:25 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxFrameBuffer.cpp
r1 r151 63 63 if (!aAddress) 64 64 return E_POINTER; 65 *aAddress = ( ULONG) address();65 *aAddress = (uintptr_t) address(); 66 66 return S_OK; 67 67 }
Note:
See TracChangeset
for help on using the changeset viewer.

