r256: *** empty log message ***
[ctsim.git] / libctsupport / msvc.cpp
1 #include "ct.h"
2
3 // Work around bug in VC6
4 #ifdef MSVC
5 const  struct fpos_t std::_Fpz = {0, 0};
6 #endif
7
8 \r