Changeset 3399 in vbox for trunk/include/VBox
- Timestamp:
- Jul 3, 2007 6:27:35 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/HostServices/VBoxOGLOp.h
r3341 r3399 527 527 Assert(pCmd->enmOp == VBOX_OGL_OP_##op); \ 528 528 Assert(pCmd->cParams == numpar); \ 529 uint8_t *pParam = (uint8_t *)(pCmd+1); 529 uint8_t *pParam = (uint8_t *)(pCmd+1); \ 530 NOREF(pParam) 530 531 531 532 #define OGL_PARAM(Type, par) \
Note:
See TracChangeset
for help on using the changeset viewer.