home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
io Programmo 23
/
IOPROG_23.ISO
/
SOFT
/
RAYCAST.ZIP
/
OS.H
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1995-07-15
|
176 b
|
16 lines
#ifndef _OS_
#define _OS_
#define OS_DOS
#ifdef OS_DOS
#include "types.h"
#endif
#ifdef OS_WINDOWS
#include <windows.h>
#include <windowsx.h>
#endif
#endif