Changeset 3251 in vbox for trunk/include/VBox
- Timestamp:
- Jun 24, 2007 1:58:57 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VBoxGuest.h
r3241 r3251 1274 1274 /** @} */ 1275 1275 1276 1277 #ifdef IN_RING3 1278 1279 /** @def VBGLR3DECL 1280 * Ring 3 VBGL declaration. 1281 * @param type The return type of the function declaration. 1282 */ 1283 #define VBGLR3DECL(type) VBOXCALL type 1284 1285 __BEGIN_DECLS 1286 VBGLR3DECL(int) VbglR3Init(void); 1287 VBGLR3DECL(void) VbglR3Term(void); 1288 VBGLR3DECL(int) VbglR3GRPerform(VMMDevRequestHeader *pReq); 1289 # ifdef __iprt_time_h__ 1290 VBGLR3DECL(int) VbglR3GetHostTime(PRTTIMESPEC pTime); 1291 # endif 1292 1293 __END_DECLS 1294 1295 #endif /* IN_RING3 */ 1296 1276 1297 #endif /* __VBox_VBoxGuest_h__ */
Note:
See TracChangeset
for help on using the changeset viewer.