Changeset 5999 in vbox for trunk/src/VBox/Additions/WINNT
- Timestamp:
- Dec 7, 2007 3:05:06 PM (17 years ago)
- Location:
- trunk/src/VBox/Additions/WINNT
- Files:
-
- 106 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Display/Makefile.kmk
r5039 r5999 5 5 6 6 # 7 # Copyright (C) 2006-2007 innotek GmbH 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 as published by the Free Software Foundation, 13 # in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 14 # distribution. VirtualBox OSE is distributed in the hope that it will 15 # be useful, but WITHOUT ANY WARRANTY of any kind. 7 # Copyright (C) 2006-2007 innotek GmbH 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 # 16 17 17 18 DEPTH ?= ../../../../../.. -
trunk/src/VBox/Additions/WINNT/Graphics/Display/Mirror/Makefile.kmk
r4071 r5999 5 5 6 6 # 7 # Copyright (C) 2006-2007 innotek GmbH 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 as published by the Free Software Foundation, 13 # in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 14 # distribution. VirtualBox OSE is distributed in the hope that it will 15 # be useful, but WITHOUT ANY WARRANTY of any kind. 7 # Copyright (C) 2006-2007 innotek GmbH 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 # 16 17 17 18 DEPTH ?= ../../../../../../.. -
trunk/src/VBox/Additions/WINNT/Graphics/Display/VBoxDisp.def
r4071 r5999 3 3 ; * VBoxDisp -- Windows Guest Video Driver 4 4 ; * 5 ; Copyright (C) 2006-2007 innotek GmbH 6 ; 7 ; This file is part of VirtualBox Open Source Edition (OSE), as 8 ; available from http://www.virtualbox.org. This file is free software; 9 ; you can redistribute it and/or modify it under the terms of the GNU 10 ; General Public License as published by the Free Software Foundation, 11 ; in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 12 ; distribution. VirtualBox OSE is distributed in the hope that it will 13 ; be useful, but WITHOUT ANY WARRANTY of any kind. 5 ; Copyright (C) 2006-2007 innotek GmbH 6 ; 7 ; This file is part of VirtualBox Open Source Edition (OSE), as 8 ; available from http://www.virtualbox.org. This file is free software; 9 ; you can redistribute it and/or modify it under the terms of the GNU 10 ; General Public License (GPL) as published by the Free Software 11 ; Foundation, in version 2 as it comes in the "COPYING" file of the 12 ; VirtualBox OSE distribution. VirtualBox OSE is distributed in the 13 ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 14 ; 14 15 ; */ 15 16 -
trunk/src/VBox/Additions/WINNT/Graphics/Display/dd.h
r4343 r5999 10 10 * available from http://www.virtualbox.org. This file is free software; 11 11 * you can redistribute it and/or modify it under the terms of the GNU 12 * General Public License as published by the Free Software Foundation,13 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE14 * distribution. VirtualBox OSE is distributed in the hope that it will15 * be useful, but WITHOUT ANY WARRANTY of any kind.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 16 */ 17 17 #ifndef __VBOX_DD_H__ -
trunk/src/VBox/Additions/WINNT/Graphics/Display/drv.c
r4265 r5999 10 10 * available from http://www.virtualbox.org. This file is free software; 11 11 * you can redistribute it and/or modify it under the terms of the GNU 12 * General Public License as published by the Free Software Foundation,13 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE14 * distribution. VirtualBox OSE is distributed in the hope that it will15 * be useful, but WITHOUT ANY WARRANTY of any kind.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 16 */ 17 17 -
trunk/src/VBox/Additions/WINNT/Graphics/Display/vbox.c
r4071 r5999 10 10 * available from http://www.virtualbox.org. This file is free software; 11 11 * you can redistribute it and/or modify it under the terms of the GNU 12 * General Public License as published by the Free Software Foundation,13 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE14 * distribution. VirtualBox OSE is distributed in the hope that it will15 * be useful, but WITHOUT ANY WARRANTY of any kind.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 16 */ 17 17 -
trunk/src/VBox/Additions/WINNT/Graphics/Display/vbva.c
r4181 r5999 10 10 * available from http://www.virtualbox.org. This file is free software; 11 11 * you can redistribute it and/or modify it under the terms of the GNU 12 * General Public License as published by the Free Software Foundation,13 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE14 * distribution. VirtualBox OSE is distributed in the hope that it will15 * be useful, but WITHOUT ANY WARRANTY of any kind.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 16 */ 17 17 -
trunk/src/VBox/Additions/WINNT/Graphics/Display/vbvavrdp.h
r4071 r5999 10 10 * available from http://www.virtualbox.org. This file is free software; 11 11 * you can redistribute it and/or modify it under the terms of the GNU 12 * General Public License as published by the Free Software Foundation,13 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE14 * distribution. VirtualBox OSE is distributed in the hope that it will15 * be useful, but WITHOUT ANY WARRANTY of any kind.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 16 */ 17 17 -
trunk/src/VBox/Additions/WINNT/Graphics/Display/vrdp.c
r5982 r5999 12 12 * available from http://www.virtualbox.org. This file is free software; 13 13 * you can redistribute it and/or modify it under the terms of the GNU 14 * General Public License as published by the Free Software Foundation,15 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE16 * distribution. VirtualBox OSE is distributed in the hope that it will17 * be useful, but WITHOUT ANY WARRANTY of any kind.14 * General Public License (GPL) as published by the Free Software 15 * Foundation, in version 2 as it comes in the "COPYING" file of the 16 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 17 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 18 18 */ 19 19 -
trunk/src/VBox/Additions/WINNT/Graphics/Display/vrdpbmp.c
r5982 r5999 13 13 * available from http://www.virtualbox.org. This file is free software; 14 14 * you can redistribute it and/or modify it under the terms of the GNU 15 * General Public License as published by the Free Software Foundation,16 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE17 * distribution. VirtualBox OSE is distributed in the hope that it will18 * be useful, but WITHOUT ANY WARRANTY of any kind.15 * General Public License (GPL) as published by the Free Software 16 * Foundation, in version 2 as it comes in the "COPYING" file of the 17 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 18 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 19 19 */ 20 20 -
trunk/src/VBox/Additions/WINNT/Graphics/Display/vrdpbmp.h
r4071 r5999 10 10 * available from http://www.virtualbox.org. This file is free software; 11 11 * you can redistribute it and/or modify it under the terms of the GNU 12 * General Public License as published by the Free Software Foundation,13 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE14 * distribution. VirtualBox OSE is distributed in the hope that it will15 * be useful, but WITHOUT ANY WARRANTY of any kind.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 16 */ 17 17 -
trunk/src/VBox/Additions/WINNT/Graphics/Makefile.kmk
r4071 r5999 5 5 6 6 # 7 # Copyright (C) 2006-2007 innotek GmbH 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 as published by the Free Software Foundation, 13 # in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 14 # distribution. VirtualBox OSE is distributed in the hope that it will 15 # be useful, but WITHOUT ANY WARRANTY of any kind. 7 # Copyright (C) 2006-2007 innotek GmbH 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 # 16 17 17 18 DEPTH ?= ../../../../.. -
trunk/src/VBox/Additions/WINNT/Graphics/Miniport/Helper.cpp
r4758 r5999 8 8 * available from http://www.virtualbox.org. This file is free software; 9 9 * you can redistribute it and/or modify it under the terms of the GNU 10 * General Public License as published by the Free Software Foundation,11 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE12 * distribution. VirtualBox OSE is distributed in the hope that it will13 * be useful, but WITHOUT ANY WARRANTY of any kind.10 * General Public License (GPL) as published by the Free Software 11 * Foundation, in version 2 as it comes in the "COPYING" file of the 12 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 13 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 14 14 */ 15 15 -
trunk/src/VBox/Additions/WINNT/Graphics/Miniport/Helper.h
r4071 r5999 8 8 * available from http://www.virtualbox.org. This file is free software; 9 9 * you can redistribute it and/or modify it under the terms of the GNU 10 * General Public License as published by the Free Software Foundation,11 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE12 * distribution. VirtualBox OSE is distributed in the hope that it will13 * be useful, but WITHOUT ANY WARRANTY of any kind.10 * General Public License (GPL) as published by the Free Software 11 * Foundation, in version 2 as it comes in the "COPYING" file of the 12 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 13 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 14 14 */ 15 15 -
trunk/src/VBox/Additions/WINNT/Graphics/Miniport/Makefile.kmk
r4793 r5999 5 5 6 6 # 7 # Copyright (C) 2006-2007 innotek GmbH 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 as published by the Free Software Foundation, 13 # in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 14 # distribution. VirtualBox OSE is distributed in the hope that it will 15 # be useful, but WITHOUT ANY WARRANTY of any kind. 7 # Copyright (C) 2006-2007 innotek GmbH 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 # 16 17 17 18 DEPTH ?= ../../../../../.. -
trunk/src/VBox/Additions/WINNT/Graphics/Miniport/Mirror/Makefile.kmk
r4071 r5999 5 5 6 6 # 7 # Copyright (C) 2006-2007 innotek GmbH 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 as published by the Free Software Foundation, 13 # in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 14 # distribution. VirtualBox OSE is distributed in the hope that it will 15 # be useful, but WITHOUT ANY WARRANTY of any kind. 7 # Copyright (C) 2006-2007 innotek GmbH 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 # 16 17 17 18 DEPTH ?= ../../../../../../.. -
trunk/src/VBox/Additions/WINNT/Graphics/Miniport/Mirror/helpers.c
r4071 r5999 8 8 * available from http://www.virtualbox.org. This file is free software; 9 9 * you can redistribute it and/or modify it under the terms of the GNU 10 * General Public License as published by the Free Software Foundation,11 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE12 * distribution. VirtualBox OSE is distributed in the hope that it will13 * be useful, but WITHOUT ANY WARRANTY of any kind.10 * General Public License (GPL) as published by the Free Software 11 * Foundation, in version 2 as it comes in the "COPYING" file of the 12 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 13 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 14 14 * * 15 15 */ -
trunk/src/VBox/Additions/WINNT/Graphics/Miniport/Mirror/vrdpdd.inf
r4071 r5999 3 3 ; Installation inf for the vrdpdd mirror graphics adapter. 4 4 ; 5 ; Copyright (C) 2006-2007 innotek GmbH 6 ; 7 ; This file is part of VirtualBox Open Source Edition (OSE), as 8 ; available from http://www.virtualbox.org. This file is free software; 9 ; you can redistribute it and/or modify it under the terms of the GNU 10 ; General Public License as published by the Free Software Foundation, 11 ; in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 12 ; distribution. VirtualBox OSE is distributed in the hope that it will 13 ; be useful, but WITHOUT ANY WARRANTY of any kind. 5 ; Copyright (C) 2006-2007 innotek GmbH 6 ; 7 ; This file is part of VirtualBox Open Source Edition (OSE), as 8 ; available from http://www.virtualbox.org. This file is free software; 9 ; you can redistribute it and/or modify it under the terms of the GNU 10 ; General Public License (GPL) as published by the Free Software 11 ; Foundation, in version 2 as it comes in the "COPYING" file of the 12 ; VirtualBox OSE distribution. VirtualBox OSE is distributed in the 13 ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 14 ; 14 15 , license agreement apply instead of the previous paragraph. 15 16 ; -
trunk/src/VBox/Additions/WINNT/Graphics/Miniport/Mirror/vrdpvd.c
r4071 r5999 8 8 * available from http://www.virtualbox.org. This file is free software; 9 9 * you can redistribute it and/or modify it under the terms of the GNU 10 * General Public License as published by the Free Software Foundation,11 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE12 * distribution. VirtualBox OSE is distributed in the hope that it will13 * be useful, but WITHOUT ANY WARRANTY of any kind.10 * General Public License (GPL) as published by the Free Software 11 * Foundation, in version 2 as it comes in the "COPYING" file of the 12 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 13 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 14 14 */ 15 15 -
trunk/src/VBox/Additions/WINNT/Graphics/Miniport/Mirror/vrdpvd.h
r4071 r5999 8 8 * available from http://www.virtualbox.org. This file is free software; 9 9 * you can redistribute it and/or modify it under the terms of the GNU 10 * General Public License as published by the Free Software Foundation,11 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE12 * distribution. VirtualBox OSE is distributed in the hope that it will13 * be useful, but WITHOUT ANY WARRANTY of any kind.10 * General Public License (GPL) as published by the Free Software 11 * Foundation, in version 2 as it comes in the "COPYING" file of the 12 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 13 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 14 14 */ 15 15 -
trunk/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxVideo.cpp
r5159 r5999 9 9 * available from http://www.virtualbox.org. This file is free software; 10 10 * you can redistribute it and/or modify it under the terms of the GNU 11 * General Public License as published by the Free Software Foundation,12 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE13 * distribution. VirtualBox OSE is distributed in the hope that it will14 * be useful, but WITHOUT ANY WARRANTY of any kind.11 * General Public License (GPL) as published by the Free Software 12 * Foundation, in version 2 as it comes in the "COPYING" file of the 13 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 15 15 */ 16 16 -
trunk/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxVideo.def
r4071 r5999 3 3 ; VBoxVideo -- Windows Guest Additions Video Driver 4 4 ; 5 ; Copyright (C) 2006-2007 innotek GmbH 6 ; 7 ; This file is part of VirtualBox Open Source Edition (OSE), as 8 ; available from http://www.virtualbox.org. This file is free software; 9 ; you can redistribute it and/or modify it under the terms of the GNU 10 ; General Public License as published by the Free Software Foundation, 11 ; in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 12 ; distribution. VirtualBox OSE is distributed in the hope that it will 13 ; be useful, but WITHOUT ANY WARRANTY of any kind. 5 ; Copyright (C) 2006-2007 innotek GmbH 6 ; 7 ; This file is part of VirtualBox Open Source Edition (OSE), as 8 ; available from http://www.virtualbox.org. This file is free software; 9 ; you can redistribute it and/or modify it under the terms of the GNU 10 ; General Public License (GPL) as published by the Free Software 11 ; Foundation, in version 2 as it comes in the "COPYING" file of the 12 ; VirtualBox OSE distribution. VirtualBox OSE is distributed in the 13 ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 14 ; 14 15 15 16 LIBRARY VBoxVideo -
trunk/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxVideo.h
r4071 r5999 7 7 * available from http://www.virtualbox.org. This file is free software; 8 8 * you can redistribute it and/or modify it under the terms of the GNU 9 * General Public License as published by the Free Software Foundation,10 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE11 * distribution. VirtualBox OSE is distributed in the hope that it will12 * be useful, but WITHOUT ANY WARRANTY of any kind.9 * General Public License (GPL) as published by the Free Software 10 * Foundation, in version 2 as it comes in the "COPYING" file of the 11 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 12 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 13 13 */ 14 14 -
trunk/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxVideo.inf
r4071 r5999 2 2 ; VirtualBox Video miniport driver 3 3 ; 4 ; Copyright (C) 2006-2007 innotek GmbH 5 ; 6 ; This file is part of VirtualBox Open Source Edition (OSE), as 7 ; available from http://www.virtualbox.org. This file is free software; 8 ; you can redistribute it and/or modify it under the terms of the GNU 9 ; General Public License as published by the Free Software Foundation, 10 ; in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 11 ; distribution. VirtualBox OSE is distributed in the hope that it will 12 ; be useful, but WITHOUT ANY WARRANTY of any kind. 4 ; Copyright (C) 2006-2007 innotek GmbH 5 ; 6 ; This file is part of VirtualBox Open Source Edition (OSE), as 7 ; available from http://www.virtualbox.org. This file is free software; 8 ; you can redistribute it and/or modify it under the terms of the GNU 9 ; General Public License (GPL) as published by the Free Software 10 ; Foundation, in version 2 as it comes in the "COPYING" file of the 11 ; VirtualBox OSE distribution. VirtualBox OSE is distributed in the 12 ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 13 ; 13 14 14 15 [Version] -
trunk/src/VBox/Additions/WINNT/Graphics/Miniport/vboxioctl.h
r4703 r5999 10 10 * available from http://www.virtualbox.org. This file is free software; 11 11 * you can redistribute it and/or modify it under the terms of the GNU 12 * General Public License as published by the Free Software Foundation,13 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE14 * distribution. VirtualBox OSE is distributed in the hope that it will15 * be useful, but WITHOUT ANY WARRANTY of any kind.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 16 */ 17 17 -
trunk/src/VBox/Additions/WINNT/Graphics/OpenGL/Makefile.kmk
r4071 r5999 5 5 6 6 # 7 # Copyright (C) 2006-2007 innotek GmbH 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 as published by the Free Software Foundation, 13 # in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 14 # distribution. VirtualBox OSE is distributed in the hope that it will 15 # be useful, but WITHOUT ANY WARRANTY of any kind. 7 # Copyright (C) 2006-2007 innotek GmbH 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 # 16 17 17 18 DEPTH ?= ../../../../../.. -
trunk/src/VBox/Additions/WINNT/Graphics/OpenGL/MesaGL.cpp
r4071 r5999 8 8 * available from http://www.virtualbox.org. This file is free software; 9 9 * you can redistribute it and/or modify it under the terms of the GNU 10 * General Public License as published by the Free Software Foundation,11 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE12 * distribution. VirtualBox OSE is distributed in the hope that it will13 * be useful, but WITHOUT ANY WARRANTY of any kind.10 * General Public License (GPL) as published by the Free Software 11 * Foundation, in version 2 as it comes in the "COPYING" file of the 12 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 13 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 14 14 */ 15 15 /* -
trunk/src/VBox/Additions/WINNT/Graphics/OpenGL/OGLComplexAsync.cpp
r4071 r5999 10 10 * available from http://www.virtualbox.org. This file is free software; 11 11 * you can redistribute it and/or modify it under the terms of the GNU 12 * General Public License as published by the Free Software Foundation,13 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE14 * distribution. VirtualBox OSE is distributed in the hope that it will15 * be useful, but WITHOUT ANY WARRANTY of any kind.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 16 */ 17 17 -
trunk/src/VBox/Additions/WINNT/Graphics/OpenGL/OGLComplexSync.cpp
r4071 r5999 10 10 * available from http://www.virtualbox.org. This file is free software; 11 11 * you can redistribute it and/or modify it under the terms of the GNU 12 * General Public License as published by the Free Software Foundation,13 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE14 * distribution. VirtualBox OSE is distributed in the hope that it will15 * be useful, but WITHOUT ANY WARRANTY of any kind.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 16 */ 17 17 -
trunk/src/VBox/Additions/WINNT/Graphics/OpenGL/OGLLookup.cpp
r4071 r5999 10 10 * available from http://www.virtualbox.org. This file is free software; 11 11 * you can redistribute it and/or modify it under the terms of the GNU 12 * General Public License as published by the Free Software Foundation,13 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE14 * distribution. VirtualBox OSE is distributed in the hope that it will15 * be useful, but WITHOUT ANY WARRANTY of any kind.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 16 */ 17 17 -
trunk/src/VBox/Additions/WINNT/Graphics/OpenGL/OGLSimpleAsync.cpp
r4071 r5999 10 10 * available from http://www.virtualbox.org. This file is free software; 11 11 * you can redistribute it and/or modify it under the terms of the GNU 12 * General Public License as published by the Free Software Foundation,13 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE14 * distribution. VirtualBox OSE is distributed in the hope that it will15 * be useful, but WITHOUT ANY WARRANTY of any kind.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 16 */ 17 17 -
trunk/src/VBox/Additions/WINNT/Graphics/OpenGL/OGLSimpleSync.cpp
r4071 r5999 10 10 * available from http://www.virtualbox.org. This file is free software; 11 11 * you can redistribute it and/or modify it under the terms of the GNU 12 * General Public License as published by the Free Software Foundation,13 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE14 * distribution. VirtualBox OSE is distributed in the hope that it will15 * be useful, but WITHOUT ANY WARRANTY of any kind.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 16 */ 17 17 -
trunk/src/VBox/Additions/WINNT/Graphics/OpenGL/VBoxCmd.cpp
r4071 r5999 8 8 * available from http://www.virtualbox.org. This file is free software; 9 9 * you can redistribute it and/or modify it under the terms of the GNU 10 * General Public License as published by the Free Software Foundation,11 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE12 * distribution. VirtualBox OSE is distributed in the hope that it will13 * be useful, but WITHOUT ANY WARRANTY of any kind.10 * General Public License (GPL) as published by the Free Software 11 * Foundation, in version 2 as it comes in the "COPYING" file of the 12 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 13 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 14 14 */ 15 15 #define VBOX_OGL_WITH_CMD_STRINGS -
trunk/src/VBox/Additions/WINNT/Graphics/OpenGL/VBoxICDList.h
r4071 r5999 8 8 * available from http://www.virtualbox.org. This file is free software; 9 9 * you can redistribute it and/or modify it under the terms of the GNU 10 * General Public License as published by the Free Software Foundation,11 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE12 * distribution. VirtualBox OSE is distributed in the hope that it will13 * be useful, but WITHOUT ANY WARRANTY of any kind.10 * General Public License (GPL) as published by the Free Software 11 * Foundation, in version 2 as it comes in the "COPYING" file of the 12 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 13 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 14 14 */ 15 15 -
trunk/src/VBox/Additions/WINNT/Graphics/OpenGL/VBoxOGL.cpp
r4071 r5999 8 8 * available from http://www.virtualbox.org. This file is free software; 9 9 * you can redistribute it and/or modify it under the terms of the GNU 10 * General Public License as published by the Free Software Foundation,11 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE12 * distribution. VirtualBox OSE is distributed in the hope that it will13 * be useful, but WITHOUT ANY WARRANTY of any kind.10 * General Public License (GPL) as published by the Free Software 11 * Foundation, in version 2 as it comes in the "COPYING" file of the 12 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 13 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 14 14 */ 15 15 #include "VBoxOGL.h" -
trunk/src/VBox/Additions/WINNT/Graphics/OpenGL/VBoxOGL.def
r4071 r5999 3 3 ; * VBoxDisp -- Windows Guest OpenGL ICD 4 4 ; * 5 ; Copyright (C) 2006-2007 innotek GmbH 6 ; 7 ; This file is part of VirtualBox Open Source Edition (OSE), as 8 ; available from http://www.virtualbox.org. This file is free software; 9 ; you can redistribute it and/or modify it under the terms of the GNU 10 ; General Public License as published by the Free Software Foundation, 11 ; in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 12 ; distribution. VirtualBox OSE is distributed in the hope that it will 13 ; be useful, but WITHOUT ANY WARRANTY of any kind. 5 ; Copyright (C) 2006-2007 innotek GmbH 6 ; 7 ; This file is part of VirtualBox Open Source Edition (OSE), as 8 ; available from http://www.virtualbox.org. This file is free software; 9 ; you can redistribute it and/or modify it under the terms of the GNU 10 ; General Public License (GPL) as published by the Free Software 11 ; Foundation, in version 2 as it comes in the "COPYING" file of the 12 ; VirtualBox OSE distribution. VirtualBox OSE is distributed in the 13 ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 14 ; 14 15 ; */ 15 16 -
trunk/src/VBox/Additions/WINNT/Graphics/OpenGL/VBoxOGL.h
r4071 r5999 8 8 * available from http://www.virtualbox.org. This file is free software; 9 9 * you can redistribute it and/or modify it under the terms of the GNU 10 * General Public License as published by the Free Software Foundation,11 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE12 * distribution. VirtualBox OSE is distributed in the hope that it will13 * be useful, but WITHOUT ANY WARRANTY of any kind.10 * General Public License (GPL) as published by the Free Software 11 * Foundation, in version 2 as it comes in the "COPYING" file of the 12 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 13 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 14 14 */ 15 15 #ifndef __VBOXOGL_H__ -
trunk/src/VBox/Additions/WINNT/Graphics/OpenGL/VBoxOGL.rc
r4071 r5999 8 8 * available from http://www.virtualbox.org. This file is free software; 9 9 * you can redistribute it and/or modify it under the terms of the GNU 10 * General Public License as published by the Free Software Foundation,11 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE12 * distribution. VirtualBox OSE is distributed in the hope that it will13 * be useful, but WITHOUT ANY WARRANTY of any kind.10 * General Public License (GPL) as published by the Free Software 11 * Foundation, in version 2 as it comes in the "COPYING" file of the 12 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 13 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 14 14 */ 15 15 #include <windows.h> -
trunk/src/VBox/Additions/WINNT/Graphics/OpenGL/dllmain.cpp
r4071 r5999 8 8 * available from http://www.virtualbox.org. This file is free software; 9 9 * you can redistribute it and/or modify it under the terms of the GNU 10 * General Public License as published by the Free Software Foundation,11 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE12 * distribution. VirtualBox OSE is distributed in the hope that it will13 * be useful, but WITHOUT ANY WARRANTY of any kind.10 * General Public License (GPL) as published by the Free Software 11 * Foundation, in version 2 as it comes in the "COPYING" file of the 12 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 13 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 14 14 */ 15 15 #include "VBoxOGL.h" -
trunk/src/VBox/Additions/WINNT/Graphics/OpenGL/drv.cpp
r4071 r5999 10 10 * available from http://www.virtualbox.org. This file is free software; 11 11 * you can redistribute it and/or modify it under the terms of the GNU 12 * General Public License as published by the Free Software Foundation,13 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE14 * distribution. VirtualBox OSE is distributed in the hope that it will15 * be useful, but WITHOUT ANY WARRANTY of any kind.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 16 */ 17 17 -
trunk/src/VBox/Additions/WINNT/Graphics/OpenGL/glext.cpp
r4071 r5999 13 13 * available from http://www.virtualbox.org. This file is free software; 14 14 * you can redistribute it and/or modify it under the terms of the GNU 15 * General Public License as published by the Free Software Foundation,16 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE17 * distribution. VirtualBox OSE is distributed in the hope that it will18 * be useful, but WITHOUT ANY WARRANTY of any kind.15 * General Public License (GPL) as published by the Free Software 16 * Foundation, in version 2 as it comes in the "COPYING" file of the 17 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 18 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 19 19 */ 20 20 -
trunk/src/VBox/Additions/WINNT/Graphics/OpenGL/test/Makefile.kmk
r4071 r5999 5 5 6 6 # 7 # Copyright (C) 2006-2007 innotek GmbH 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 as published by the Free Software Foundation, 13 # in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 14 # distribution. VirtualBox OSE is distributed in the hope that it will 15 # be useful, but WITHOUT ANY WARRANTY of any kind. 7 # Copyright (C) 2006-2007 innotek GmbH 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 # 16 17 17 18 DEPTH ?= ../../../../../../.. -
trunk/src/VBox/Additions/WINNT/Graphics/OpenGL/test/tstShOpenGL.cpp
r4071 r5999 5 5 * available from http://www.virtualbox.org. This file is free software; 6 6 * you can redistribute it and/or modify it under the terms of the GNU 7 * General Public License as published by the Free Software Foundation,8 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE9 * distribution. VirtualBox OSE is distributed in the hope that it will10 * be useful, but WITHOUT ANY WARRANTY of any kind.7 * General Public License (GPL) as published by the Free Software 8 * Foundation, in version 2 as it comes in the "COPYING" file of the 9 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 10 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 11 11 */ 12 12 -
trunk/src/VBox/Additions/WINNT/Makefile.kmk
r4071 r5999 4 4 # 5 5 6 # Copyright (C) 2006-2007 innotek GmbH 7 # 8 # This file is part of VirtualBox Open Source Edition (OSE), as 9 # available from http://www.virtualbox.org. This file is free software; 10 # you can redistribute it and/or modify it under the terms of the GNU 11 # General Public License as published by the Free Software Foundation, 12 # in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 13 # distribution. VirtualBox OSE is distributed in the hope that it will 14 # be useful, but WITHOUT ANY WARRANTY of any kind. 6 # Copyright (C) 2006-2007 innotek GmbH 7 # 8 # This file is part of VirtualBox Open Source Edition (OSE), as 9 # available from http://www.virtualbox.org. This file is free software; 10 # you can redistribute it and/or modify it under the terms of the GNU 11 # General Public License (GPL) as published by the Free Software 12 # Foundation, in version 2 as it comes in the "COPYING" file of the 13 # VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 15 # 15 16 16 17 DEPTH ?= ../../../.. -
trunk/src/VBox/Additions/WINNT/MouseFilter/Makefile.kmk
r4071 r5999 5 5 6 6 # 7 # Copyright (C) 2006-2007 innotek GmbH 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 as published by the Free Software Foundation, 13 # in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 14 # distribution. VirtualBox OSE is distributed in the hope that it will 15 # be useful, but WITHOUT ANY WARRANTY of any kind. 7 # Copyright (C) 2006-2007 innotek GmbH 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 # 16 17 17 18 DEPTH ?= ../../../../.. -
trunk/src/VBox/Additions/WINNT/MouseFilter/VBoxMouse.cpp
r5083 r5999 10 10 * available from http://www.virtualbox.org. This file is free software; 11 11 * you can redistribute it and/or modify it under the terms of the GNU 12 * General Public License as published by the Free Software Foundation,13 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE14 * distribution. VirtualBox OSE is distributed in the hope that it will15 * be useful, but WITHOUT ANY WARRANTY of any kind.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 16 */ 17 17 -
trunk/src/VBox/Additions/WINNT/MouseFilter/VBoxMouse.h
r5083 r5999 10 10 * available from http://www.virtualbox.org. This file is free software; 11 11 * you can redistribute it and/or modify it under the terms of the GNU 12 * General Public License as published by the Free Software Foundation,13 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE14 * distribution. VirtualBox OSE is distributed in the hope that it will15 * be useful, but WITHOUT ANY WARRANTY of any kind.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 16 */ 17 17 -
trunk/src/VBox/Additions/WINNT/MouseFilter/VBoxMouse.inf
r4071 r5999 3 3 ; (driver for Windows 2000 and later). 4 4 ; 5 ; Copyright (C) 2006-2007 innotek GmbH 6 ; 7 ; This file is part of VirtualBox Open Source Edition (OSE), as 8 ; available from http://www.virtualbox.org. This file is free software; 9 ; you can redistribute it and/or modify it under the terms of the GNU 10 ; General Public License as published by the Free Software Foundation, 11 ; in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 12 ; distribution. VirtualBox OSE is distributed in the hope that it will 13 ; be useful, but WITHOUT ANY WARRANTY of any kind. 5 ; Copyright (C) 2006-2007 innotek GmbH 6 ; 7 ; This file is part of VirtualBox Open Source Edition (OSE), as 8 ; available from http://www.virtualbox.org. This file is free software; 9 ; you can redistribute it and/or modify it under the terms of the GNU 10 ; General Public License (GPL) as published by the Free Software 11 ; Foundation, in version 2 as it comes in the "COPYING" file of the 12 ; VirtualBox OSE distribution. VirtualBox OSE is distributed in the 13 ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 14 ; 14 15 15 16 [Version] -
trunk/src/VBox/Additions/WINNT/MouseFilter/VBoxMouse.rc
r4071 r5999 5 5 * available from http://www.virtualbox.org. This file is free software; 6 6 * you can redistribute it and/or modify it under the terms of the GNU 7 * General Public License as published by the Free Software Foundation,8 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE9 * distribution. VirtualBox OSE is distributed in the hope that it will10 * be useful, but WITHOUT ANY WARRANTY of any kind.7 * General Public License (GPL) as published by the Free Software 8 * Foundation, in version 2 as it comes in the "COPYING" file of the 9 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 10 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 11 11 */ 12 12 -
trunk/src/VBox/Additions/WINNT/VBoxControl/Makefile.kmk
r4071 r5999 5 5 6 6 # 7 # Copyright (C) 2006-2007 innotek GmbH 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 as published by the Free Software Foundation, 13 # in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 14 # distribution. VirtualBox OSE is distributed in the hope that it will 15 # be useful, but WITHOUT ANY WARRANTY of any kind. 7 # Copyright (C) 2006-2007 innotek GmbH 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 # 16 17 17 18 DEPTH ?= ../../../../.. -
trunk/src/VBox/Additions/WINNT/VBoxControl/VBoxControl.cpp
r4969 r5999 8 8 * available from http://www.virtualbox.org. This file is free software; 9 9 * you can redistribute it and/or modify it under the terms of the GNU 10 * General Public License as published by the Free Software Foundation,11 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE12 * distribution. VirtualBox OSE is distributed in the hope that it will13 * be useful, but WITHOUT ANY WARRANTY of any kind.10 * General Public License (GPL) as published by the Free Software 11 * Foundation, in version 2 as it comes in the "COPYING" file of the 12 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 13 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 14 14 */ 15 15 -
trunk/src/VBox/Additions/WINNT/VBoxControl/VBoxControl.rc
r4071 r5999 5 5 * available from http://www.virtualbox.org. This file is free software; 6 6 * you can redistribute it and/or modify it under the terms of the GNU 7 * General Public License as published by the Free Software Foundation,8 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE9 * distribution. VirtualBox OSE is distributed in the hope that it will10 * be useful, but WITHOUT ANY WARRANTY of any kind.7 * General Public License (GPL) as published by the Free Software 8 * Foundation, in version 2 as it comes in the "COPYING" file of the 9 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 10 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 11 11 */ 12 12 -
trunk/src/VBox/Additions/WINNT/VBoxGINA/Dialog.cpp
r5387 r5999 8 8 * available from http://www.virtualbox.org. This file is free software; 9 9 * you can redistribute it and/or modify it under the terms of the GNU 10 * General Public License as published by the Free Software Foundation,11 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE12 * distribution. VirtualBox OSE is distributed in the hope that it will13 * be useful, but WITHOUT ANY WARRANTY of any kind.10 * General Public License (GPL) as published by the Free Software 11 * Foundation, in version 2 as it comes in the "COPYING" file of the 12 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 13 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 14 14 */ 15 15 -
trunk/src/VBox/Additions/WINNT/VBoxGINA/Dialog.h
r4071 r5999 8 8 * available from http://www.virtualbox.org. This file is free software; 9 9 * you can redistribute it and/or modify it under the terms of the GNU 10 * General Public License as published by the Free Software Foundation,11 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE12 * distribution. VirtualBox OSE is distributed in the hope that it will13 * be useful, but WITHOUT ANY WARRANTY of any kind.10 * General Public License (GPL) as published by the Free Software 11 * Foundation, in version 2 as it comes in the "COPYING" file of the 12 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 13 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 14 14 */ 15 15 -
trunk/src/VBox/Additions/WINNT/VBoxGINA/Helper.cpp
r4071 r5999 8 8 * available from http://www.virtualbox.org. This file is free software; 9 9 * you can redistribute it and/or modify it under the terms of the GNU 10 * General Public License as published by the Free Software Foundation,11 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE12 * distribution. VirtualBox OSE is distributed in the hope that it will13 * be useful, but WITHOUT ANY WARRANTY of any kind.10 * General Public License (GPL) as published by the Free Software 11 * Foundation, in version 2 as it comes in the "COPYING" file of the 12 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 13 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 14 14 */ 15 15 -
trunk/src/VBox/Additions/WINNT/VBoxGINA/Helper.h
r4071 r5999 8 8 * available from http://www.virtualbox.org. This file is free software; 9 9 * you can redistribute it and/or modify it under the terms of the GNU 10 * General Public License as published by the Free Software Foundation,11 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE12 * distribution. VirtualBox OSE is distributed in the hope that it will13 * be useful, but WITHOUT ANY WARRANTY of any kind.10 * General Public License (GPL) as published by the Free Software 11 * Foundation, in version 2 as it comes in the "COPYING" file of the 12 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 13 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 14 14 */ 15 15 -
trunk/src/VBox/Additions/WINNT/VBoxGINA/Makefile.kmk
r4071 r5999 5 5 6 6 # 7 # Copyright (C) 2006-2007 innotek GmbH 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 as published by the Free Software Foundation, 13 # in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 14 # distribution. VirtualBox OSE is distributed in the hope that it will 15 # be useful, but WITHOUT ANY WARRANTY of any kind. 7 # Copyright (C) 2006-2007 innotek GmbH 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 # 16 17 17 18 DEPTH ?= ../../../../.. -
trunk/src/VBox/Additions/WINNT/VBoxGINA/VBoxGINA.cpp
r4071 r5999 8 8 * available from http://www.virtualbox.org. This file is free software; 9 9 * you can redistribute it and/or modify it under the terms of the GNU 10 * General Public License as published by the Free Software Foundation,11 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE12 * distribution. VirtualBox OSE is distributed in the hope that it will13 * be useful, but WITHOUT ANY WARRANTY of any kind.10 * General Public License (GPL) as published by the Free Software 11 * Foundation, in version 2 as it comes in the "COPYING" file of the 12 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 13 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 14 14 */ 15 15 -
trunk/src/VBox/Additions/WINNT/VBoxGINA/VBoxGINA.def
r4071 r5999 3 3 ; * VBoxGINA -- Windows Logon DLL for VirtualBox 4 4 ; * 5 ; Copyright (C) 2006-2007 innotek GmbH 6 ; 7 ; This file is part of VirtualBox Open Source Edition (OSE), as 8 ; available from http://www.virtualbox.org. This file is free software; 9 ; you can redistribute it and/or modify it under the terms of the GNU 10 ; General Public License as published by the Free Software Foundation, 11 ; in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 12 ; distribution. VirtualBox OSE is distributed in the hope that it will 13 ; be useful, but WITHOUT ANY WARRANTY of any kind. 5 ; Copyright (C) 2006-2007 innotek GmbH 6 ; 7 ; This file is part of VirtualBox Open Source Edition (OSE), as 8 ; available from http://www.virtualbox.org. This file is free software; 9 ; you can redistribute it and/or modify it under the terms of the GNU 10 ; General Public License (GPL) as published by the Free Software 11 ; Foundation, in version 2 as it comes in the "COPYING" file of the 12 ; VirtualBox OSE distribution. VirtualBox OSE is distributed in the 13 ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 14 ; 14 15 ; */ 15 16 -
trunk/src/VBox/Additions/WINNT/VBoxGINA/VBoxGINA.h
r4071 r5999 8 8 * available from http://www.virtualbox.org. This file is free software; 9 9 * you can redistribute it and/or modify it under the terms of the GNU 10 * General Public License as published by the Free Software Foundation,11 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE12 * distribution. VirtualBox OSE is distributed in the hope that it will13 * be useful, but WITHOUT ANY WARRANTY of any kind.10 * General Public License (GPL) as published by the Free Software 11 * Foundation, in version 2 as it comes in the "COPYING" file of the 12 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 13 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 14 14 */ 15 15 -
trunk/src/VBox/Additions/WINNT/VBoxGuest/Helper.cpp
r4071 r5999 8 8 * available from http://www.virtualbox.org. This file is free software; 9 9 * you can redistribute it and/or modify it under the terms of the GNU 10 * General Public License as published by the Free Software Foundation,11 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE12 * distribution. VirtualBox OSE is distributed in the hope that it will13 * be useful, but WITHOUT ANY WARRANTY of any kind.10 * General Public License (GPL) as published by the Free Software 11 * Foundation, in version 2 as it comes in the "COPYING" file of the 12 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 13 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 14 14 */ 15 15 -
trunk/src/VBox/Additions/WINNT/VBoxGuest/Helper.h
r4071 r5999 8 8 * available from http://www.virtualbox.org. This file is free software; 9 9 * you can redistribute it and/or modify it under the terms of the GNU 10 * General Public License as published by the Free Software Foundation,11 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE12 * distribution. VirtualBox OSE is distributed in the hope that it will13 * be useful, but WITHOUT ANY WARRANTY of any kind.10 * General Public License (GPL) as published by the Free Software 11 * Foundation, in version 2 as it comes in the "COPYING" file of the 12 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 13 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 14 14 */ 15 15 -
trunk/src/VBox/Additions/WINNT/VBoxGuest/Makefile.kmk
r4301 r5999 5 5 6 6 # 7 # Copyright (C) 2006-2007 innotek GmbH 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 as published by the Free Software Foundation, 13 # in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 14 # distribution. VirtualBox OSE is distributed in the hope that it will 15 # be useful, but WITHOUT ANY WARRANTY of any kind. 7 # Copyright (C) 2006-2007 innotek GmbH 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 # 16 17 17 18 DEPTH ?= ../../../../.. -
trunk/src/VBox/Additions/WINNT/VBoxGuest/NTLegacy.cpp
r4612 r5999 8 8 * available from http://www.virtualbox.org. This file is free software; 9 9 * you can redistribute it and/or modify it under the terms of the GNU 10 * General Public License as published by the Free Software Foundation,11 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE12 * distribution. VirtualBox OSE is distributed in the hope that it will13 * be useful, but WITHOUT ANY WARRANTY of any kind.10 * General Public License (GPL) as published by the Free Software 11 * Foundation, in version 2 as it comes in the "COPYING" file of the 12 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 13 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 14 14 */ 15 15 -
trunk/src/VBox/Additions/WINNT/VBoxGuest/NTLegacy.h
r4071 r5999 8 8 * available from http://www.virtualbox.org. This file is free software; 9 9 * you can redistribute it and/or modify it under the terms of the GNU 10 * General Public License as published by the Free Software Foundation,11 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE12 * distribution. VirtualBox OSE is distributed in the hope that it will13 * be useful, but WITHOUT ANY WARRANTY of any kind.10 * General Public License (GPL) as published by the Free Software 11 * Foundation, in version 2 as it comes in the "COPYING" file of the 12 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 13 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 14 14 */ 15 15 -
trunk/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuest.cpp
r5707 r5999 8 8 * available from http://www.virtualbox.org. This file is free software; 9 9 * you can redistribute it and/or modify it under the terms of the GNU 10 * General Public License as published by the Free Software Foundation,11 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE12 * distribution. VirtualBox OSE is distributed in the hope that it will13 * be useful, but WITHOUT ANY WARRANTY of any kind.10 * General Public License (GPL) as published by the Free Software 11 * Foundation, in version 2 as it comes in the "COPYING" file of the 12 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 13 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 14 14 */ 15 15 -
trunk/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuest.inf
r4071 r5999 2 2 ; INF file for installing the VirtualBox Windows guest driver 3 3 ; 4 ; Copyright (C) 2006-2007 innotek GmbH 5 ; 6 ; This file is part of VirtualBox Open Source Edition (OSE), as 7 ; available from http://www.virtualbox.org. This file is free software; 8 ; you can redistribute it and/or modify it under the terms of the GNU 9 ; General Public License as published by the Free Software Foundation, 10 ; in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 11 ; distribution. VirtualBox OSE is distributed in the hope that it will 12 ; be useful, but WITHOUT ANY WARRANTY of any kind. 4 ; Copyright (C) 2006-2007 innotek GmbH 5 ; 6 ; This file is part of VirtualBox Open Source Edition (OSE), as 7 ; available from http://www.virtualbox.org. This file is free software; 8 ; you can redistribute it and/or modify it under the terms of the GNU 9 ; General Public License (GPL) as published by the Free Software 10 ; Foundation, in version 2 as it comes in the "COPYING" file of the 11 ; VirtualBox OSE distribution. VirtualBox OSE is distributed in the 12 ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 13 ; 13 14 14 15 [Version] -
trunk/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuest.rc
r4071 r5999 5 5 * available from http://www.virtualbox.org. This file is free software; 6 6 * you can redistribute it and/or modify it under the terms of the GNU 7 * General Public License as published by the Free Software Foundation,8 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE9 * distribution. VirtualBox OSE is distributed in the hope that it will10 * be useful, but WITHOUT ANY WARRANTY of any kind.7 * General Public License (GPL) as published by the Free Software 8 * Foundation, in version 2 as it comes in the "COPYING" file of the 9 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 10 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 11 11 */ 12 12 -
trunk/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuestInst.cpp
r4071 r5999 8 8 * available from http://www.virtualbox.org. This file is free software; 9 9 * you can redistribute it and/or modify it under the terms of the GNU 10 * General Public License as published by the Free Software Foundation,11 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE12 * distribution. VirtualBox OSE is distributed in the hope that it will13 * be useful, but WITHOUT ANY WARRANTY of any kind.10 * General Public License (GPL) as published by the Free Software 11 * Foundation, in version 2 as it comes in the "COPYING" file of the 12 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 13 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 14 14 */ 15 15 -
trunk/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuestMsg.mc
r4071 r5999 2 2 ; VBoxGuest Device Driver Messages 3 3 ; 4 ; Copyright (C) 2006-2007 innotek GmbH 5 ; 6 ; This file is part of VirtualBox Open Source Edition (OSE), as 7 ; available from http://www.virtualbox.org. This file is free software; 8 ; you can redistribute it and/or modify it under the terms of the GNU 9 ; General Public License as published by the Free Software Foundation, 10 ; in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 11 ; distribution. VirtualBox OSE is distributed in the hope that it will 12 ; be useful, but WITHOUT ANY WARRANTY of any kind. 4 ; Copyright (C) 2006-2007 innotek GmbH 5 ; 6 ; This file is part of VirtualBox Open Source Edition (OSE), as 7 ; available from http://www.virtualbox.org. This file is free software; 8 ; you can redistribute it and/or modify it under the terms of the GNU 9 ; General Public License (GPL) as published by the Free Software 10 ; Foundation, in version 2 as it comes in the "COPYING" file of the 11 ; VirtualBox OSE distribution. VirtualBox OSE is distributed in the 12 ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 13 ; 13 14 14 15 -
trunk/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuestPnP.cpp
r4612 r5999 8 8 * available from http://www.virtualbox.org. This file is free software; 9 9 * you can redistribute it and/or modify it under the terms of the GNU 10 * General Public License as published by the Free Software Foundation,11 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE12 * distribution. VirtualBox OSE is distributed in the hope that it will13 * be useful, but WITHOUT ANY WARRANTY of any kind.10 * General Public License (GPL) as published by the Free Software 11 * Foundation, in version 2 as it comes in the "COPYING" file of the 12 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 13 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 14 14 */ 15 15 -
trunk/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuestPnP.h
r4071 r5999 8 8 * available from http://www.virtualbox.org. This file is free software; 9 9 * you can redistribute it and/or modify it under the terms of the GNU 10 * General Public License as published by the Free Software Foundation,11 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE12 * distribution. VirtualBox OSE is distributed in the hope that it will13 * be useful, but WITHOUT ANY WARRANTY of any kind.10 * General Public License (GPL) as published by the Free Software 11 * Foundation, in version 2 as it comes in the "COPYING" file of the 12 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 13 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 14 14 */ 15 15 -
trunk/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuest_Internal.h
r4612 r5999 8 8 * available from http://www.virtualbox.org. This file is free software; 9 9 * you can redistribute it and/or modify it under the terms of the GNU 10 * General Public License as published by the Free Software Foundation,11 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE12 * distribution. VirtualBox OSE is distributed in the hope that it will13 * be useful, but WITHOUT ANY WARRANTY of any kind.10 * General Public License (GPL) as published by the Free Software 11 * Foundation, in version 2 as it comes in the "COPYING" file of the 12 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 13 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 14 14 */ 15 15 -
trunk/src/VBox/Additions/WINNT/VBoxHook/Makefile.kmk
r4071 r5999 5 5 6 6 # 7 # Copyright (C) 2006-2007 innotek GmbH 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 as published by the Free Software Foundation, 13 # in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 14 # distribution. VirtualBox OSE is distributed in the hope that it will 15 # be useful, but WITHOUT ANY WARRANTY of any kind. 7 # Copyright (C) 2006-2007 innotek GmbH 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 # 16 17 17 18 DEPTH ?= ../../../../.. -
trunk/src/VBox/Additions/WINNT/VBoxHook/VBoxHook.cpp
r4464 r5999 8 8 * available from http://www.virtualbox.org. This file is free software; 9 9 * you can redistribute it and/or modify it under the terms of the GNU 10 * General Public License as published by the Free Software Foundation,11 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE12 * distribution. VirtualBox OSE is distributed in the hope that it will13 * be useful, but WITHOUT ANY WARRANTY of any kind.10 * General Public License (GPL) as published by the Free Software 11 * Foundation, in version 2 as it comes in the "COPYING" file of the 12 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 13 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 14 14 */ 15 15 #include <windows.h> -
trunk/src/VBox/Additions/WINNT/VBoxHook/VBoxHook.def
r4071 r5999 3 3 ; * VBoxHook -- Global windows hook dll 4 4 ; * 5 ; Copyright (C) 2006-2007 innotek GmbH 6 ; 7 ; This file is part of VirtualBox Open Source Edition (OSE), as 8 ; available from http://www.virtualbox.org. This file is free software; 9 ; you can redistribute it and/or modify it under the terms of the GNU 10 ; General Public License as published by the Free Software Foundation, 11 ; in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 12 ; distribution. VirtualBox OSE is distributed in the hope that it will 13 ; be useful, but WITHOUT ANY WARRANTY of any kind. 5 ; Copyright (C) 2006-2007 innotek GmbH 6 ; 7 ; This file is part of VirtualBox Open Source Edition (OSE), as 8 ; available from http://www.virtualbox.org. This file is free software; 9 ; you can redistribute it and/or modify it under the terms of the GNU 10 ; General Public License (GPL) as published by the Free Software 11 ; Foundation, in version 2 as it comes in the "COPYING" file of the 12 ; VirtualBox OSE distribution. VirtualBox OSE is distributed in the 13 ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 14 ; 14 15 ; */ 15 16 -
trunk/src/VBox/Additions/WINNT/VBoxHook/dllmain.cpp
r4071 r5999 8 8 * available from http://www.virtualbox.org. This file is free software; 9 9 * you can redistribute it and/or modify it under the terms of the GNU 10 * General Public License as published by the Free Software Foundation,11 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE12 * distribution. VirtualBox OSE is distributed in the hope that it will13 * be useful, but WITHOUT ANY WARRANTY of any kind.10 * General Public License (GPL) as published by the Free Software 11 * Foundation, in version 2 as it comes in the "COPYING" file of the 12 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 13 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 14 14 */ 15 15 #include <windows.h> -
trunk/src/VBox/Additions/WINNT/VBoxHook/testcase/Makefile.kmk
r4071 r5999 5 5 6 6 # 7 # Copyright (C) 2006-2007 innotek GmbH 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 as published by the Free Software Foundation, 13 # in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 14 # distribution. VirtualBox OSE is distributed in the hope that it will 15 # be useful, but WITHOUT ANY WARRANTY of any kind. 7 # Copyright (C) 2006-2007 innotek GmbH 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 # 16 17 17 18 DEPTH ?= ../../../../../.. -
trunk/src/VBox/Additions/WINNT/VBoxHook/testcase/tstHook.cpp
r4461 r5999 5 5 * available from http://www.virtualbox.org. This file is free software; 6 6 * you can redistribute it and/or modify it under the terms of the GNU 7 * General Public License as published by the Free Software Foundation,8 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE9 * distribution. VirtualBox OSE is distributed in the hope that it will10 * be useful, but WITHOUT ANY WARRANTY of any kind.7 * General Public License (GPL) as published by the Free Software 8 * Foundation, in version 2 as it comes in the "COPYING" file of the 9 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 10 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 11 11 */ 12 12 -
trunk/src/VBox/Additions/WINNT/VBoxService/Makefile.kmk
r4594 r5999 5 5 6 6 # 7 # Copyright (C) 2006-2007 innotek GmbH 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 as published by the Free Software Foundation, 13 # in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 14 # distribution. VirtualBox OSE is distributed in the hope that it will 15 # be useful, but WITHOUT ANY WARRANTY of any kind. 7 # Copyright (C) 2006-2007 innotek GmbH 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 # 16 17 17 18 DEPTH ?= ../../../../.. -
trunk/src/VBox/Additions/WINNT/VBoxService/VBoxClipboard.cpp
r5558 r5999 11 11 * available from http://www.virtualbox.org. This file is free software; 12 12 * you can redistribute it and/or modify it under the terms of the GNU 13 * General Public License as published by the Free Software Foundation,14 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE15 * distribution. VirtualBox OSE is distributed in the hope that it will16 * be useful, but WITHOUT ANY WARRANTY of any kind.13 * General Public License (GPL) as published by the Free Software 14 * Foundation, in version 2 as it comes in the "COPYING" file of the 15 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 16 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 17 17 */ 18 18 -
trunk/src/VBox/Additions/WINNT/VBoxService/VBoxClipboard.h
r4266 r5999 9 9 * available from http://www.virtualbox.org. This file is free software; 10 10 * you can redistribute it and/or modify it under the terms of the GNU 11 * General Public License as published by the Free Software Foundation,12 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE13 * distribution. VirtualBox OSE is distributed in the hope that it will14 * be useful, but WITHOUT ANY WARRANTY of any kind.11 * General Public License (GPL) as published by the Free Software 12 * Foundation, in version 2 as it comes in the "COPYING" file of the 13 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 15 15 */ 16 16 -
trunk/src/VBox/Additions/WINNT/VBoxService/VBoxDisplay.cpp
r4686 r5999 11 11 * available from http://www.virtualbox.org. This file is free software; 12 12 * you can redistribute it and/or modify it under the terms of the GNU 13 * General Public License as published by the Free Software Foundation,14 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE15 * distribution. VirtualBox OSE is distributed in the hope that it will16 * be useful, but WITHOUT ANY WARRANTY of any kind.13 * General Public License (GPL) as published by the Free Software 14 * Foundation, in version 2 as it comes in the "COPYING" file of the 15 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 16 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 17 17 */ 18 18 #define _WIN32_WINNT 0x0500 -
trunk/src/VBox/Additions/WINNT/VBoxService/VBoxDisplay.h
r4266 r5999 9 9 * available from http://www.virtualbox.org. This file is free software; 10 10 * you can redistribute it and/or modify it under the terms of the GNU 11 * General Public License as published by the Free Software Foundation,12 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE13 * distribution. VirtualBox OSE is distributed in the hope that it will14 * be useful, but WITHOUT ANY WARRANTY of any kind.11 * General Public License (GPL) as published by the Free Software 12 * Foundation, in version 2 as it comes in the "COPYING" file of the 13 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 15 15 */ 16 16 -
trunk/src/VBox/Additions/WINNT/VBoxService/VBoxMemBalloon.cpp
r4686 r5999 11 11 * available from http://www.virtualbox.org. This file is free software; 12 12 * you can redistribute it and/or modify it under the terms of the GNU 13 * General Public License as published by the Free Software Foundation,14 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE15 * distribution. VirtualBox OSE is distributed in the hope that it will16 * be useful, but WITHOUT ANY WARRANTY of any kind.13 * General Public License (GPL) as published by the Free Software 14 * Foundation, in version 2 as it comes in the "COPYING" file of the 15 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 16 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 17 17 */ 18 18 #define _WIN32_WINNT 0x0500 -
trunk/src/VBox/Additions/WINNT/VBoxService/VBoxMemBalloon.h
r4595 r5999 10 10 * available from http://www.virtualbox.org. This file is free software; 11 11 * you can redistribute it and/or modify it under the terms of the GNU 12 * General Public License as published by the Free Software Foundation,13 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE14 * distribution. VirtualBox OSE is distributed in the hope that it will15 * be useful, but WITHOUT ANY WARRANTY of any kind.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 16 */ 17 17 -
trunk/src/VBox/Additions/WINNT/VBoxService/VBoxRestore.cpp
r4686 r5999 11 11 * available from http://www.virtualbox.org. This file is free software; 12 12 * you can redistribute it and/or modify it under the terms of the GNU 13 * General Public License as published by the Free Software Foundation,14 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE15 * distribution. VirtualBox OSE is distributed in the hope that it will16 * be useful, but WITHOUT ANY WARRANTY of any kind.13 * General Public License (GPL) as published by the Free Software 14 * Foundation, in version 2 as it comes in the "COPYING" file of the 15 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 16 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 17 17 */ 18 18 #define _WIN32_WINNT 0x0500 -
trunk/src/VBox/Additions/WINNT/VBoxService/VBoxRestore.h
r4302 r5999 9 9 * available from http://www.virtualbox.org. This file is free software; 10 10 * you can redistribute it and/or modify it under the terms of the GNU 11 * General Public License as published by the Free Software Foundation,12 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE13 * distribution. VirtualBox OSE is distributed in the hope that it will14 * be useful, but WITHOUT ANY WARRANTY of any kind.11 * General Public License (GPL) as published by the Free Software 12 * Foundation, in version 2 as it comes in the "COPYING" file of the 13 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 15 15 */ 16 16 -
trunk/src/VBox/Additions/WINNT/VBoxService/VBoxSeamless.cpp
r4686 r5999 11 11 * available from http://www.virtualbox.org. This file is free software; 12 12 * you can redistribute it and/or modify it under the terms of the GNU 13 * General Public License as published by the Free Software Foundation,14 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE15 * distribution. VirtualBox OSE is distributed in the hope that it will16 * be useful, but WITHOUT ANY WARRANTY of any kind.13 * General Public License (GPL) as published by the Free Software 14 * Foundation, in version 2 as it comes in the "COPYING" file of the 15 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 16 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 17 17 */ 18 18 #define _WIN32_WINNT 0x0500 -
trunk/src/VBox/Additions/WINNT/VBoxService/VBoxSeamless.h
r4071 r5999 9 9 * available from http://www.virtualbox.org. This file is free software; 10 10 * you can redistribute it and/or modify it under the terms of the GNU 11 * General Public License as published by the Free Software Foundation,12 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE13 * distribution. VirtualBox OSE is distributed in the hope that it will14 * be useful, but WITHOUT ANY WARRANTY of any kind.11 * General Public License (GPL) as published by the Free Software 12 * Foundation, in version 2 as it comes in the "COPYING" file of the 13 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 15 15 */ 16 16 -
trunk/src/VBox/Additions/WINNT/VBoxService/VBoxService.cpp
r4609 r5999 9 9 * available from http://www.virtualbox.org. This file is free software; 10 10 * you can redistribute it and/or modify it under the terms of the GNU 11 * General Public License as published by the Free Software Foundation,12 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE13 * distribution. VirtualBox OSE is distributed in the hope that it will14 * be useful, but WITHOUT ANY WARRANTY of any kind.11 * General Public License (GPL) as published by the Free Software 12 * Foundation, in version 2 as it comes in the "COPYING" file of the 13 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 15 15 */ 16 16 -
trunk/src/VBox/Additions/WINNT/VBoxService/VBoxService.h
r4302 r5999 11 11 * available from http://www.virtualbox.org. This file is free software; 12 12 * you can redistribute it and/or modify it under the terms of the GNU 13 * General Public License as published by the Free Software Foundation,14 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE15 * distribution. VirtualBox OSE is distributed in the hope that it will16 * be useful, but WITHOUT ANY WARRANTY of any kind.13 * General Public License (GPL) as published by the Free Software 14 * Foundation, in version 2 as it comes in the "COPYING" file of the 15 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 16 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 17 17 */ 18 18 -
trunk/src/VBox/Additions/WINNT/VBoxService/VBoxService.rc
r4071 r5999 7 7 * available from http://www.virtualbox.org. This file is free software; 8 8 * you can redistribute it and/or modify it under the terms of the GNU 9 * General Public License as published by the Free Software Foundation,10 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE11 * distribution. VirtualBox OSE is distributed in the hope that it will12 * be useful, but WITHOUT ANY WARRANTY of any kind.9 * General Public License (GPL) as published by the Free Software 10 * Foundation, in version 2 as it comes in the "COPYING" file of the 11 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 12 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 13 13 */ 14 14 -
trunk/src/VBox/Additions/WINNT/VBoxService/VBoxStatistics.cpp
r4686 r5999 11 11 * available from http://www.virtualbox.org. This file is free software; 12 12 * you can redistribute it and/or modify it under the terms of the GNU 13 * General Public License as published by the Free Software Foundation,14 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE15 * distribution. VirtualBox OSE is distributed in the hope that it will16 * be useful, but WITHOUT ANY WARRANTY of any kind.13 * General Public License (GPL) as published by the Free Software 14 * Foundation, in version 2 as it comes in the "COPYING" file of the 15 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 16 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 17 17 */ 18 18 #define _WIN32_WINNT 0x0500 -
trunk/src/VBox/Additions/WINNT/VBoxService/VBoxStatistics.h
r4594 r5999 9 9 * available from http://www.virtualbox.org. This file is free software; 10 10 * you can redistribute it and/or modify it under the terms of the GNU 11 * General Public License as published by the Free Software Foundation,12 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE13 * distribution. VirtualBox OSE is distributed in the hope that it will14 * be useful, but WITHOUT ANY WARRANTY of any kind.11 * General Public License (GPL) as published by the Free Software 12 * Foundation, in version 2 as it comes in the "COPYING" file of the 13 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 15 15 */ 16 16 -
trunk/src/VBox/Additions/WINNT/VBoxService/VBoxVRDP.cpp
r4795 r5999 11 11 * available from http://www.virtualbox.org. This file is free software; 12 12 * you can redistribute it and/or modify it under the terms of the GNU 13 * General Public License as published by the Free Software Foundation,14 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE15 * distribution. VirtualBox OSE is distributed in the hope that it will16 * be useful, but WITHOUT ANY WARRANTY of any kind.13 * General Public License (GPL) as published by the Free Software 14 * Foundation, in version 2 as it comes in the "COPYING" file of the 15 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 16 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 17 17 */ 18 18 -
trunk/src/VBox/Additions/WINNT/VBoxService/VBoxVRDP.h
r4795 r5999 9 9 * available from http://www.virtualbox.org. This file is free software; 10 10 * you can redistribute it and/or modify it under the terms of the GNU 11 * General Public License as published by the Free Software Foundation,12 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE13 * distribution. VirtualBox OSE is distributed in the hope that it will14 * be useful, but WITHOUT ANY WARRANTY of any kind.11 * General Public License (GPL) as published by the Free Software 12 * Foundation, in version 2 as it comes in the "COPYING" file of the 13 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 15 15 */ 16 16 -
trunk/src/VBox/Additions/WINNT/VBoxService/helpers.cpp
r4071 r5999 9 9 * available from http://www.virtualbox.org. This file is free software; 10 10 * you can redistribute it and/or modify it under the terms of the GNU 11 * General Public License as published by the Free Software Foundation,12 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE13 * distribution. VirtualBox OSE is distributed in the hope that it will14 * be useful, but WITHOUT ANY WARRANTY of any kind.11 * General Public License (GPL) as published by the Free Software 12 * Foundation, in version 2 as it comes in the "COPYING" file of the 13 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 15 15 */ 16 16 -
trunk/src/VBox/Additions/WINNT/VBoxService/helpers.h
r4071 r5999 9 9 * available from http://www.virtualbox.org. This file is free software; 10 10 * you can redistribute it and/or modify it under the terms of the GNU 11 * General Public License as published by the Free Software Foundation,12 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE13 * distribution. VirtualBox OSE is distributed in the hope that it will14 * be useful, but WITHOUT ANY WARRANTY of any kind.11 * General Public License (GPL) as published by the Free Software 12 * Foundation, in version 2 as it comes in the "COPYING" file of the 13 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 15 15 */ 16 16 -
trunk/src/VBox/Additions/WINNT/VBoxService/resource.h
r4071 r5999 8 8 * available from http://www.virtualbox.org. This file is free software; 9 9 * you can redistribute it and/or modify it under the terms of the GNU 10 * General Public License as published by the Free Software Foundation,11 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE12 * distribution. VirtualBox OSE is distributed in the hope that it will13 * be useful, but WITHOUT ANY WARRANTY of any kind.10 * General Public License (GPL) as published by the Free Software 11 * Foundation, in version 2 as it comes in the "COPYING" file of the 12 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 13 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 14 14 */ 15 15 -
trunk/src/VBox/Additions/WINNT/VBoxService/testcase/Makefile.kmk
r4311 r5999 5 5 6 6 # 7 # Copyright (C) 2006-2007 innotek GmbH 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 as published by the Free Software Foundation, 13 # in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 14 # distribution. VirtualBox OSE is distributed in the hope that it will 15 # be useful, but WITHOUT ANY WARRANTY of any kind. 7 # Copyright (C) 2006-2007 innotek GmbH 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 # 16 17 17 18 DEPTH ?= ../../../../../.. -
trunk/src/VBox/Additions/WINNT/VBoxService/testcase/tstSessionHack.cpp
r4311 r5999 11 11 * available from http://www.virtualbox.org. This file is free software; 12 12 * you can redistribute it and/or modify it under the terms of the GNU 13 * General Public License as published by the Free Software Foundation,14 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE15 * distribution. VirtualBox OSE is distributed in the hope that it will16 * be useful, but WITHOUT ANY WARRANTY of any kind.13 * General Public License (GPL) as published by the Free Software 14 * Foundation, in version 2 as it comes in the "COPYING" file of the 15 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 16 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 17 17 */ 18 18 #define _WIN32_WINNT 0x0500 -
trunk/src/VBox/Additions/WINNT/i8042prt/Makefile.kmk
r4071 r5999 5 5 6 6 # 7 # Copyright (C) 2006-2007 innotek GmbH 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 as published by the Free Software Foundation, 13 # in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 14 # distribution. VirtualBox OSE is distributed in the hope that it will 15 # be useful, but WITHOUT ANY WARRANTY of any kind. 7 # Copyright (C) 2006-2007 innotek GmbH 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 # 16 17 17 18 DEPTH ?= ../../../../.. -
trunk/src/VBox/Additions/WINNT/include/VBoxDisplay.h
r4261 r5999 8 8 * available from http://www.virtualbox.org. This file is free software; 9 9 * you can redistribute it and/or modify it under the terms of the GNU 10 * General Public License as published by the Free Software Foundation,11 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE12 * distribution. VirtualBox OSE is distributed in the hope that it will13 * be useful, but WITHOUT ANY WARRANTY of any kind.10 * General Public License (GPL) as published by the Free Software 11 * Foundation, in version 2 as it comes in the "COPYING" file of the 12 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 13 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 14 14 */ 15 15 #ifndef __VBoxDisplay_h__ -
trunk/src/VBox/Additions/WINNT/include/VBoxGuestInternal.h
r4663 r5999 5 5 * Copyright (C) 2006-2007 innotek GmbH 6 6 * 7 * innotek GmbH confidential 8 * All rights reserved 7 * This file is part of VirtualBox Open Source Edition (OSE), as 8 * available from http://www.virtualbox.org. This file is free software; 9 * you can redistribute it and/or modify it under the terms of the GNU 10 * General Public License (GPL) as published by the Free Software 11 * Foundation, in version 2 as it comes in the "COPYING" file of the 12 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 13 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 9 14 */ 10 15 #ifndef __VBoxGuestInternal_h__ -
trunk/src/VBox/Additions/WINNT/include/VBoxHook.h
r4461 r5999 5 5 * Copyright (C) 2006-2007 innotek GmbH 6 6 * 7 * innotek GmbH confidential 8 * All rights reserved 7 * This file is part of VirtualBox Open Source Edition (OSE), as 8 * available from http://www.virtualbox.org. This file is free software; 9 * you can redistribute it and/or modify it under the terms of the GNU 10 * General Public License (GPL) as published by the Free Software 11 * Foundation, in version 2 as it comes in the "COPYING" file of the 12 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 13 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 9 14 */ 10 15 #ifndef __VBoxHook_h__
Note:
See TracChangeset
for help on using the changeset viewer.