Changeset 5035 for trunk/src/kernel32/hmdevio.cpp
- Timestamp:
- Jan 29, 2001, 1:47:55 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/hmdevio.cpp
r4431 r5035 1 /* $Id: hmdevio.cpp,v 1. 7 2000-10-05 13:48:09 sandervlExp $ */1 /* $Id: hmdevio.cpp,v 1.8 2001-01-29 00:47:55 bird Exp $ */ 2 2 3 3 /* … … 31 31 #include "dbglocal.h" 32 32 33 static fX86Init = FALSE;33 static BOOL fX86Init = FALSE; 34 34 //SvL: Used in iccio.asm (how can you put these in the .asm data segment without messing things up?) 35 35 ULONG ioentry = 0;
Note:
See TracChangeset
for help on using the changeset viewer.