News:

The Forum Rules and Guidelines
Our forum has Rules and Guidelines. Please, be kind and read them ;).

ptrdiff_t missing header

Started by kierongreen, September 24, 2012, 07:52:02 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

kierongreen

Needed to add to simwin.h to compile latest svn version:
#include <stddef.h> // for ptrdiff_t

prissi