Changeset 20369 in vbox for trunk/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuest.cpp
- Timestamp:
- Jun 8, 2009 12:26:50 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuest.cpp
r18170 r20369 80 80 * Exported Functions * 81 81 *******************************************************************************/ 82 __BEGIN_DECLS82 RT_BEGIN_DECLS 83 83 ULONG DriverEntry(PDRIVER_OBJECT pDrvObj, PUNICODE_STRING pRegPath); 84 __END_DECLS84 RT_END_DECLS 85 85 86 86 #ifdef ALLOC_PRAGMA
Note:
See TracChangeset
for help on using the changeset viewer.