Changeset 38636 in vbox for trunk/src/VBox/Additions/WINNT/VBoxCredProv/VBoxCredProv.cpp
- Timestamp:
- Sep 5, 2011 1:49:45 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/VBoxCredProv/VBoxCredProv.cpp
r36454 r38636 30 30 LONG l = DllAddRef(); 31 31 32 int rc = RTR3Init (); /* Never terminate the runtime! */32 int rc = RTR3InitDll(0); /* Never terminate the runtime! */ 33 33 if (RT_FAILURE(rc)) 34 34 LogRel(("VBoxCredProv: Could not init runtime! rc = %Rrc\n", rc));
Note:
See TracChangeset
for help on using the changeset viewer.