VISUALC++ understands prototypes, hurray! (obs from Cristiano Pitangui).

This commit is contained in:
Vitor Santos Costa 2009-11-18 23:39:18 +00:00
parent 9cbdf8f57e
commit 432cce1c49

View File

@ -14,7 +14,7 @@
* *
*************************************************************************/
#if defined(__STDC__)
#if defined(__STDC__) || defined(_MSC_VER)
#define PROTO(X,ARGS) X ARGS
#define CONST const