Commits


Joakim Söderberg authored and Andy Green committed 4427244b8bd
Don't mess with system types is no problem on a unix system with sys/types.h However on Windows it will result in a #undef pid_t ... When libwebsockets is used with pthreads32 which typedefs pid_t itself, it will fail to build with some weird errors. Also since we're exporitng these macros to the entire world via libwebsockets.h we should not define a VERSION macro. Which is defined improperly anyway.