fix PROTO problem.
This commit is contained in:
parent
0353c714d6
commit
53137a2502
@ -15,7 +15,9 @@
|
|||||||
*************************************************************************/
|
*************************************************************************/
|
||||||
|
|
||||||
#if defined(__STDC__) || defined(_MSC_VER)
|
#if defined(__STDC__) || defined(_MSC_VER)
|
||||||
|
#ifdef PROTO
|
||||||
|
#undef PROTO
|
||||||
|
#endif
|
||||||
#define PROTO(X,ARGS) X ARGS
|
#define PROTO(X,ARGS) X ARGS
|
||||||
#define CONST const
|
#define CONST const
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user