Changeset 69434 in vbox for trunk/src/VBox/Runtime/r3/win
- Timestamp:
- Oct 27, 2017 3:48:25 PM (7 years ago)
- Location:
- trunk/src/VBox/Runtime/r3/win
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/win/RTLocaleQueryNormalizedBaseLocaleName-win.cpp
r68121 r69434 105 105 } 106 106 107 -
trunk/src/VBox/Runtime/r3/win/init-win.cpp
r69111 r69434 637 637 } 638 638 639 -
trunk/src/VBox/Runtime/r3/win/krnlmod-win.cpp
- Property svn:executable deleted
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Id Revision
r67322 r69434 1 /* $Id : krnlmod-linux.cpp 115982 2017-06-07 20:35:49Z aeichner$ */1 /* $Id$ */ 2 2 /** @file 3 3 * IPRT - Kernel module, Windows. -
trunk/src/VBox/Runtime/r3/win/vcc100-kernel32-fakesA.asm
r57905 r69434 1 ; $Id$ 2 ;; @file 3 ; IPRT - Wrappers for kernel32 APIs misisng NT4. 4 ; 5 6 ; 7 ; Copyright (C) 2006-2017 Oracle Corporation 8 ; 9 ; This file is part of VirtualBox Open Source Edition (OSE), as 10 ; available from http://www.virtualbox.org. This file is free software; 11 ; you can redistribute it and/or modify it under the terms of the GNU 12 ; General Public License (GPL) as published by the Free Software 13 ; Foundation, in version 2 as it comes in the "COPYING" file of the 14 ; VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 ; 17 ; The contents of this file may alternatively be used under the terms 18 ; of the Common Development and Distribution License Version 1.0 19 ; (CDDL) only, as it comes in the "COPYING.CDDL" file of the 20 ; VirtualBox OSE distribution, in which case the provisions of the 21 ; CDDL are applicable instead of those of the GPL. 22 ; 23 ; You may elect to license modified versions of this file under the 24 ; terms and conditions of either the GPL or the CDDL or both. 25 ; 1 26 2 27 … … 36 61 MAKE_IMPORT_ENTRY VerSetConditionMask, 16 37 62 38 39 -
trunk/src/VBox/Runtime/r3/win/vcc100-ntdll-fakesA.asm
r57905 r69434 1 ; $Id$ 2 ;; @file 3 ; IPRT - Wrappers for ntdll APIs misisng NT4. 4 ; 5 6 ; 7 ; Copyright (C) 2006-2017 Oracle Corporation 8 ; 9 ; This file is part of VirtualBox Open Source Edition (OSE), as 10 ; available from http://www.virtualbox.org. This file is free software; 11 ; you can redistribute it and/or modify it under the terms of the GNU 12 ; General Public License (GPL) as published by the Free Software 13 ; Foundation, in version 2 as it comes in the "COPYING" file of the 14 ; VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 ; 17 ; The contents of this file may alternatively be used under the terms 18 ; of the Common Development and Distribution License Version 1.0 19 ; (CDDL) only, as it comes in the "COPYING.CDDL" file of the 20 ; VirtualBox OSE distribution, in which case the provisions of the 21 ; CDDL are applicable instead of those of the GPL. 22 ; 23 ; You may elect to license modified versions of this file under the 24 ; terms and conditions of either the GPL or the CDDL or both. 25 ; 1 26 2 27 %include "iprt/asmdefs.mac" -
trunk/src/VBox/Runtime/r3/win/vcc100-ws2_32-fakesA.asm
r57905 r69434 1 ; $Id$ 2 ;; @file 3 ; IPRT - Wrappers for ws2_32 APIs misisng NT4. 4 ; 5 6 ; 7 ; Copyright (C) 2006-2017 Oracle Corporation 8 ; 9 ; This file is part of VirtualBox Open Source Edition (OSE), as 10 ; available from http://www.virtualbox.org. This file is free software; 11 ; you can redistribute it and/or modify it under the terms of the GNU 12 ; General Public License (GPL) as published by the Free Software 13 ; Foundation, in version 2 as it comes in the "COPYING" file of the 14 ; VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 ; 17 ; The contents of this file may alternatively be used under the terms 18 ; of the Common Development and Distribution License Version 1.0 19 ; (CDDL) only, as it comes in the "COPYING.CDDL" file of the 20 ; VirtualBox OSE distribution, in which case the provisions of the 21 ; CDDL are applicable instead of those of the GPL. 22 ; 23 ; You may elect to license modified versions of this file under the 24 ; terms and conditions of either the GPL or the CDDL or both. 25 ; 1 26 2 27 %include "iprt/asmdefs.mac"
Note:
See TracChangeset
for help on using the changeset viewer.