Changeset 69359 in vbox for trunk/src/VBox/Additions/WINNT
- Timestamp:
- Oct 26, 2017 2:45:23 PM (7 years ago)
- Location:
- trunk/src/VBox/Additions/WINNT/VBoxCredProv
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/VBoxCredProv/VBoxCredentialProvider.def
r62522 r69359 1 ;/** @file 2 ; * 3 ; * VBoxCredProv -- Windows Credential Provider DLL for VirtualBox 4 ; * 1 ; $Id$ 2 ;; @file 3 ; VBoxCredProv -- Windows Credential Provider DLL for VirtualBox 4 ; 5 6 ; 5 7 ; Copyright (C) 2012-2016 Oracle Corporation 6 8 ; … … 13 15 ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 14 16 ; 15 ; */16 17 17 18 LIBRARY VBoxCredProv.dll … … 20 21 DllCanUnloadNow PRIVATE 21 22 DllGetClassObject PRIVATE 23
Note:
See TracChangeset
for help on using the changeset viewer.