Changeset 22077 in vbox for trunk/src/VBox/HostDrivers/Support/win
- Timestamp:
- Aug 7, 2009 4:01:57 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 50824
- Location:
- trunk/src/VBox/HostDrivers/Support/win
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/win/SUPDrvA-win.asm
-
Property svn:keywords
set to
Author Date Id Revision
-
Property svn:keywords
set to
-
trunk/src/VBox/HostDrivers/Support/win/SUPSvc-win.cpp
-
Property svn:keywords
changed from
Id
toAuthor Date Id Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/HostDrivers/Support/win/VBoxDrv.inf
-
Property svn:eol-style
changed from
native
toCRLF
r11636 r22077 1 ; $Id$ 2 ;; @file 3 ; VirtualBox Support Driver - Windows Driver INF file. 1 4 ; 2 ; VBox host drivers - Ring-0 support drivers - Win32 host 3 ; 4 ; INF file for installing the Win32 driver 5 5 6 ; 6 7 ; Copyright (C) 2006-2007 Sun Microsystems, Inc. -
Property svn:eol-style
changed from
-
trunk/src/VBox/HostDrivers/Support/win/VBoxDrv.rc
r18246 r22077 1 /* $Id$ */ 2 /** @file 3 * VirtualBox Support Driver - Windows Resource File. 4 */ 5 1 6 /* 2 * VBox host drivers - Ring-0 support drivers - Win32 host3 *4 * Resource definitions5 *6 7 * Copyright (C) 2006-2009 Sun Microsystems, Inc. 7 8 * … … 28 29 */ 29 30 30 #include < windows.h>31 #include <Windows.h> 31 32 #include <VBox/version.h> 32 33 … … 61 62 END 62 63 END 64
Note:
See TracChangeset
for help on using the changeset viewer.