FixWinCE.h
Go to the documentation of this file.00001 00002 // 00003 // fixes compilation isues for Windows CE 00004 // 00005 00006 00007 // fix for badly ported ACE under VS2005... 00008 // 00009 #if defined(_WIN32_WCE) && (_MSC_VER>=1400) 00010 // ACE needs some defitions from STL before it is included 00011 # include <map> 00012 #endif //_WIN32_WCE 00013 00014 /* 00015 * ------------------------------------------------------------ 00016 * End of FixWinCE.h 00017 * ------------------------------------------------------------ 00018 * Automatic Emacs configuration follows. 00019 * Local Variables: 00020 * mode:c++ 00021 * c-basic-offset: 4 00022 * eval: (c-set-offset 'substatement-open 0) 00023 * eval: (c-set-offset 'case-label '+) 00024 * eval: (c-set-offset 'statement 'c-lineup-runin-statements) 00025 * eval: (setq indent-tabs-mode nil) 00026 * End: 00027 * ------------------------------------------------------------ 00028 */