Changeset 10256 in vbox for trunk/src/VBox/HostDrivers/Support/os2
- Timestamp:
- Jul 4, 2008 8:28:51 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 32857
- Location:
- trunk/src/VBox/HostDrivers/Support/os2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/os2/SUPDrvA-os2.asm
r1197 r10256 163 163 %define DevHlp_PhysToVirt 015h 164 164 165 ; Fast IOCtl category, also defined in SUPD RVIOC.h165 ; Fast IOCtl category, also defined in SUPDrvIOC.h 166 166 %define SUP_CTL_CATEGORY_FAST 0c1h 167 167 -
trunk/src/VBox/HostDrivers/Support/os2/SUPLib-os2.cpp
r8155 r10256 46 46 #include <iprt/assert.h> 47 47 #include <iprt/err.h> 48 #include " SUPLibInternal.h"49 #include " SUPDRVIOC.h"48 #include "../SUPLibInternal.h" 49 #include "../SUPDrvIOC.h" 50 50 51 51 #include <errno.h>
Note:
See TracChangeset
for help on using the changeset viewer.