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