Develop and Download Open Source Software

Browse Subversion Repository

Contents of /connection/SerialCtrl.cpp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 290 - (show annotations) (download) (as text)
Tue Mar 18 06:43:15 2008 UTC (16 years ago) by satofumi
File MIME type: text/x-c++src
File size: 236 byte(s)
Mac 用の調整
1 /*!
2 \file
3 \brief ƒVƒŠƒAƒ‹Ú‘ą§Œä
4
5 \author Satofumi KAMIMURA
6
7 $Id$
8 */
9
10 #include "DetectOS.h"
11
12 #if defined(LINUX_OS) || defined(MAC_OS)
13 #include "SerialCtrl_lin.cpp"
14 #elif defined(WINDOWS_OS)
15 #include "SerialCtrl_win.cpp"
16 #endif

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26