Changeset 11397 in vbox for trunk/src/VBox/Additions/WINNT
- Timestamp:
- Aug 13, 2008 3:49:59 PM (16 years ago)
- Location:
- trunk/src/VBox/Additions/WINNT
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxVideo.inf
r11338 r11397 31 31 32 32 [Manufacturer] 33 ;x86 %SUN%=SUN 34 ;amd64 %SUN%=SUN, NTamd64 33 %SUN%=Model, NTamd64 35 34 36 35 [Model] … … 38 37 39 38 [VBoxVideo] 40 CopyFiles =VBoxVideo.Miniport, VBoxVideo.Display39 CopyFiles = VBoxVideo.Miniport, VBoxVideo.Display 41 40 42 41 [VBoxVideo.Miniport] … … 47 46 48 47 [VBoxVideo.Services] 49 AddService= vboxvideo, 0x00000002, vboxvideo_Service_Inst, vboxvideo_EventLog_Inst48 AddService=VBoxVideo, 0x00000002, vboxvideo_Service_Inst, vboxvideo_EventLog_Inst 50 49 51 50 [vboxvideo_Service_Inst] -
trunk/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuest.inf
r11338 r11397 44 44 45 45 [Manufacturer] 46 ;x86 %SUN%=SUN 47 ;amd64 %SUN%=SUN, NTamd64 46 %SUN%=VBoxGuest, NTamd64 48 47 49 48 [VBoxGuest]
Note:
See TracChangeset
for help on using the changeset viewer.