3cdfabdf17c6a76f22ad25dfa8319e8d43e09690
[ctsim.git] / libctsupport / msvc.cpp
1 #include "ct.h"
2
3 // Work around bug in VC6
4 #ifdef MSVC
5 const  fpos_t std::_Fpz = 0;
6 #endif
7
8