mingw-5.1.4/win32/include/varargs.h
author jjkang
Fri, 11 Jun 2010 15:22:19 +0800
changeset 3 d6b1fbb42aec
parent 0 76b1f169d9fe
permissions -rw-r--r--
Change SFL to EPL

/*
 * This is just an RC_INVOKED guard for the real varargs.h
 * fixincluded in gcc system dir.  One day we will delete this file.
 */
#ifndef RC_INVOKED
#include_next<varargs.h>
#endif