Changeset 68576 in vbox for trunk/include
- Timestamp:
- Aug 31, 2017 12:10:57 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 117793
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VBoxGuest.h
r68575 r68576 981 981 * @param pAttachInfo Pointer to structure to fill in. 982 982 */ 983 # if defined(__IBMC__) || defined(__IBMCPP__) 984 typedef void (* __cdecl RT_FAR_CODE PFNVBGLOS2ATTACHDD)(PVBGLOS2ATTACHDD pAttachInfo); 985 # else 983 986 typedef void (__cdecl RT_FAR_CODE *PFNVBGLOS2ATTACHDD)(PVBGLOS2ATTACHDD pAttachInfo); 987 # endif 984 988 #endif /* RT_OS_OS2 */ 985 989
Note:
See TracChangeset
for help on using the changeset viewer.