Changeset 20367 in vbox for trunk/src/VBox/Devices/Graphics
- Timestamp:
- Jun 8, 2009 12:25:19 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA.cpp
r20087 r20367 307 307 * Internal Functions * 308 308 *******************************************************************************/ 309 __BEGIN_DECLS309 RT_BEGIN_DECLS 310 310 311 311 PDMBOTHCBDECL(int) vgaIOPortWrite(PPDMDEVINS pDevIns, void *pvUser, RTIOPORT Port, uint32_t u32, unsigned cb); … … 336 336 337 337 338 __END_DECLS338 RT_END_DECLS 339 339 340 340
Note:
See TracChangeset
for help on using the changeset viewer.