Changeset 61026 in vbox
- Timestamp:
- May 18, 2016 7:54:41 AM (9 years ago)
- Location:
- trunk/src/VBox/Installer/win/Stub
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/Stub/crypt32.def
r59404 r61026 4 4 ; 5 5 6 ; 6 ; 7 7 ; Copyright (C) 2009-2016 Oracle Corporation 8 ; 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as 10 10 ; available from http://www.virtualbox.org. This file is free software; … … 14 14 ; VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 15 ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 ; 16 ; 17 17 18 18 LIBRARY CRYPT32.DLL -
trunk/src/VBox/Installer/win/Stub/msi.def
r59404 r61026 4 4 ; 5 5 6 ; 6 ; 7 7 ; Copyright (C) 2009-2016 Oracle Corporation 8 ; 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as 10 10 ; available from http://www.virtualbox.org. This file is free software; … … 14 14 ; VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 15 ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 ; 16 ; 17 17 18 18 LIBRARY MSI.DLL -
trunk/src/VBox/Installer/win/Stub/shell32.def
r59404 r61026 4 4 ; 5 5 6 ; 6 ; 7 7 ; Copyright (C) 2009-2016 Oracle Corporation 8 ; 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as 10 10 ; available from http://www.virtualbox.org. This file is free software; … … 14 14 ; VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 15 ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 ; 16 ; 17 17 18 18 LIBRARY SHELL32.DLL -
trunk/src/VBox/Installer/win/Stub/user32.def
r59404 r61026 4 4 ; 5 5 6 ; 6 ; 7 7 ; Copyright (C) 2009-2016 Oracle Corporation 8 ; 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as 10 10 ; available from http://www.virtualbox.org. This file is free software; … … 14 14 ; VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 15 ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 ; 16 ; 17 17 18 18 LIBRARY USER32.DLL -
trunk/src/VBox/Installer/win/Stub/ws2_32.def
r59404 r61026 4 4 ; 5 5 6 ; 6 ; 7 7 ; Copyright (C) 2009-2016 Oracle Corporation 8 ; 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as 10 10 ; available from http://www.virtualbox.org. This file is free software; … … 14 14 ; VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 15 ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 ; 16 ; 17 17 18 18 LIBRARY WS2_32.DLL
Note:
See TracChangeset
for help on using the changeset viewer.