Changeset 20369 in vbox for trunk/src/VBox/Additions/WINNT/Graphics
- Timestamp:
- Jun 8, 2009 12:26:50 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxVideo.h
r19844 r20369 32 32 #endif /* VBOX_WITH_HGSMI */ 33 33 34 __BEGIN_DECLS34 RT_BEGIN_DECLS 35 35 #include "dderror.h" 36 36 #include "devioctl.h" … … 38 38 #include "ntddvdeo.h" 39 39 #include "video.h" 40 __END_DECLS40 RT_END_DECLS 41 41 42 42 … … 158 158 { 159 159 160 __BEGIN_DECLS160 RT_BEGIN_DECLS 161 161 ULONG DriverEntry(IN PVOID Context1, IN PVOID Context2); 162 __END_DECLS162 RT_END_DECLS 163 163 164 164 VP_STATUS VBoxVideoFindAdapter(
Note:
See TracChangeset
for help on using the changeset viewer.