r348: fix linefeed problem
[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