- Timestamp:
- Jun 1, 1999, 1:22:41 AM (26 years ago)
- Location:
- trunk/src/kernel32
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/cio.h
r4 r21 1 /* $Id: cio.h,v 1. 1 1999-05-24 20:19:43 ktkExp $ */1 /* $Id: cio.h,v 1.2 1999-05-31 23:22:40 phaller Exp $ */ 2 2 3 3 /* Copyright (C) 1995 by Holger Veit (Holger.Veit@gmd.de) */ … … 13 13 extern "C" { 14 14 #endif 15 16 #include <odin.h> 17 #include <builtin.h> 15 18 16 19 extern int CDECL io_init(void); -
trunk/src/kernel32/conprop.cpp
r16 r21 37 37 #include <stdarg.h> 38 38 #include <stdio.h> 39 40 #include <odin.h> 39 41 #include "win32type.h" 40 42 #include "misc.h"
Note:
See TracChangeset
for help on using the changeset viewer.