Browse Subversion Repository
Contents of /common/StandardInput.cpp
Parent Directory
| Revision Log
Revision 218 -
( show annotations)
( download)
( as text)
Tue Jan 29 13:18:31 2008 UTC
(16 years, 2 months ago)
by satofumi
File MIME type: text/x-c++src
File size: 257 byte(s)
adjut for MinGW
| 1 |
/*! |
| 2 |
\file |
| 3 |
\brief WüÍĚóM |
| 4 |
|
| 5 |
\author Satofumi KAMIMURA |
| 6 |
|
| 7 |
$Id$ |
| 8 |
*/ |
| 9 |
|
| 10 |
#include "DetectOS.h" |
| 11 |
|
| 12 |
#if defined(LINUX_OS) |
| 13 |
#include "StandardInput_lin.cpp" |
| 14 |
#elif defined(WINDOWS_OS) |
| 15 |
#include "StandardInput_win.cpp" |
| 16 |
#elif defined(MAC_OS) |
| 17 |
// !!! ˘¸ę |
| 18 |
#endif |
|