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