fix PROTO problem.

This commit is contained in:
U-WIN-U2045GN0RNQ\Vítor Santos Costa 2011-03-08 00:03:07 +00:00
parent 0353c714d6
commit 53137a2502

View File

@ -15,7 +15,9 @@
*************************************************************************/
#if defined(__STDC__) || defined(_MSC_VER)
#ifdef PROTO
#undef PROTO
#endif
#define PROTO(X,ARGS) X ARGS
#define CONST const