enhanced fio.c for DOS

This commit is contained in:
2011-05-05 09:11:23 +00:00
parent 574f373cf0
commit 26bae0b0fb
3 changed files with 125 additions and 36 deletions

View File

@ -1,5 +1,5 @@
/*
* $Id: fio.h 441 2011-04-22 14:28:43Z hyunghwan.chung $
* $Id: fio.h 452 2011-05-04 15:11:23Z hyunghwan.chung $
*
Copyright 2006-2011 Chung, Hyung-Hwan.
This file is part of QSE.
@ -85,6 +85,8 @@ enum qse_fio_mode_t
/* <os2def.h> => typedef LHANDLE HFILE;
typedef unsigned long LHANDLE; */
typedef unsigned long qse_fio_hnd_t;
#elif defined(__DOS__)
typedef int qse_fio_hnd_t;
#else
typedef int qse_fio_hnd_t;
#endif