added some DOS stuffs

This commit is contained in:
2011-05-04 08:00:38 +00:00
parent fd0b3f9abd
commit 574f373cf0
11 changed files with 222 additions and 67 deletions

View File

@ -1,5 +1,5 @@
/*
* $Id: std.c 447 2011-05-01 13:28:51Z hyunghwan.chung $
* $Id: std.c 451 2011-05-03 14:00:38Z hyunghwan.chung $
*
Copyright 2006-2011 Chung, Hyung-Hwan.
This file is part of QSE.
@ -37,7 +37,7 @@
#endif
#ifndef QSE_HAVE_CONFIG_H
# if defined(__OS2__) || defined(_WIN32) || defined(__DOS__)
# if defined(_WIN32) || defined(__OS2__) || defined(__DOS__)
# define HAVE_POW
# define HAVE_SIN
# define HAVE_COS