Hi,

conio.h isn't available on official WinCE SDKs, including it therefore 
should yield an error. It currently doesn't contain any usable 
functionality anyway.

// Martin
Index: mingw/include/conio.h
===================================================================
--- mingw/include/conio.h	(revision 1347)
+++ mingw/include/conio.h	(working copy)
@@ -21,7 +21,9 @@
 extern "C" {
 #endif
 
-#ifndef __COREDLL__
+#ifdef __COREDLL__
+# include_next <conio.h>
+#else
 
 _CRTIMP char* __cdecl __MINGW_NOTHROW	_cgets (char*);
 _CRTIMP int __cdecl __MINGW_NOTHROW	_cprintf (const char*, ...);
------------------------------------------------------------------------------
_______________________________________________
Cegcc-devel mailing list
Cegcc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cegcc-devel

Reply via email to