solvespace/win32
Daniel Richard G 7ca137f5fe Changed GetMilliseconds() to return a 64-bit value
This function previously returned an int32_t. Presuming that it measures
the length of time since the application was started, the 32-bit type would
cause the returned value to wrap from 2^31-1 to -2^31 after a little less
than twenty-five days.
2013-10-28 00:43:38 -04:00
..
freeze.cpp Various fixes for warnings and minutia 2013-10-28 00:42:39 -04:00
freeze.h Added const qualifiers 2013-08-26 14:58:35 -04:00
manifest.xml Changes in preparation for the release of SolveSpace under the GPL, 2013-07-28 14:08:34 -08:00
resource.rc Add an icon file (ugly, but at least it's not the default anymore). 2008-07-18 01:50:52 -08:00
w32main.cpp Changed GetMilliseconds() to return a 64-bit value 2013-10-28 00:43:38 -04:00
w32util.cpp Various fixes for warnings and minutia 2013-10-28 00:42:39 -04:00