Changeset 39032 in vbox for trunk/src/VBox/Runtime/common/misc/req.cpp
- Timestamp:
- Oct 19, 2011 11:08:50 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/misc/req.cpp
r33595 r39032 453 453 RTDECL(int) RTReqAlloc(PRTREQQUEUE pQueue, PRTREQ *ppReq, RTREQTYPE enmType) 454 454 { 455 RT_EXPORT_SYMBOL(RTReqAlloc);456 455 /* 457 456 * Validate input. … … 573 572 return VINF_SUCCESS; 574 573 } 574 RT_EXPORT_SYMBOL(RTReqAlloc); 575 575 576 576
Note:
See TracChangeset
for help on using the changeset viewer.