Due to server problems the website is temporarily offline! Visit http://www.smorgasbordet.com/pellesc/ to download Pelles C.
#define __STDC_WANT_LIB_EXT2__ 1#include <stdio.h>#include <wchar.h>int main(void){ return 0;}
C:\Program Files\PellesC\Include\wchar.h(283): error #2119: Redeclaration of 'ssize_t', previously declared at C:\Program Files\PellesC\Include\stdio.h(344).
In Pelles C 6.50 RC2(32 bit):I cannot define __STDC_WANT_LIB_EXT2__ and use "wchar.h" at the same time.Code: [Select]#define __STDC_WANT_LIB_EXT2__ 1#include <stdio.h>#include <wchar.h>int main(void){ return 0;}Error message:QuoteC:\Program Files\PellesC\Include\wchar.h(283): error #2119: Redeclaration of 'ssize_t', previously declared at C:\Program Files\PellesC\Include\stdio.h(344).