- Timestamp:
- Apr 21, 2008 2:46:48 PM (17 years ago)
- Location:
- trunk/src/VBox/Additions/WINNT/Graphics
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Display/Mirror/vrdpdd.rc
r2989 r8239 1 1 #include <windows.h> 2 #include <VBox/version.h> 2 3 3 4 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US … … 16 17 BLOCK "040904b0" 17 18 BEGIN 18 VALUE "CompanyName", "innotek GmbH\0"19 VALUE "CompanyName", VBOX_RC_COMPANY_NAME 19 20 VALUE "FileDescription", "VirtualBox Display Mirror Driver\0" 20 21 VALUE "FileVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD "\0" 21 22 VALUE "InternalName", "vrdpdd.dll\0" 22 VALUE "LegalCopyright", "(C) 2004-2007 innotek GmbH\0"23 VALUE "LegalCopyright", VBOX_RC_LEGAL_COPYRIGHT 23 24 VALUE "OriginalFilename", "vrdpdd.dll\0" 24 VALUE "ProductName", "VirtualBox Guest Tools\0"25 VALUE "ProductName", "VirtualBox Guest Additions\0" 25 26 VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD "\0" 26 27 END -
trunk/src/VBox/Additions/WINNT/Graphics/Miniport/Mirror/vrdpdd.inf
r8155 r8239 134 134 REG_DWORD = 0x00010001 135 135 SERVICEROOT = "System\CurrentControlSet\Services" 136 DevDesc = " Sun xVMVirtualBox Mirror Driver"136 DevDesc = "VirtualBox Mirror Driver" 137 137 138 138 ;
Note:
See TracChangeset
for help on using the changeset viewer.