VISUALC++ understands prototypes, hurray! (obs from Cristiano Pitangui).
This commit is contained in:
parent
9cbdf8f57e
commit
432cce1c49
@ -14,7 +14,7 @@
|
|||||||
* *
|
* *
|
||||||
*************************************************************************/
|
*************************************************************************/
|
||||||
|
|
||||||
#if defined(__STDC__)
|
#if defined(__STDC__) || defined(_MSC_VER)
|
||||||
|
|
||||||
#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