Changeset 20366 in vbox for trunk/src/VBox/HostDrivers/Support/win
- Timestamp:
- Jun 8, 2009 12:21:10 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 48289
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/win/SUPDrv-win.cpp
r19957 r20366 91 91 * Exported Functions * 92 92 *******************************************************************************/ 93 __BEGIN_DECLS93 RT_BEGIN_DECLS 94 94 ULONG _stdcall DriverEntry(PDRIVER_OBJECT pDrvObj, PUNICODE_STRING pRegPath); 95 __END_DECLS95 RT_END_DECLS 96 96 97 97
Note:
See TracChangeset
for help on using the changeset viewer.