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

这个提交包含在:
Vitor Santos Costa
2009-11-18 23:39:18 +00:00
父节点 9cbdf8f57e
当前提交 432cce1c49

查看文件

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