mingw-5.1.4/win32/include/varargs.h
changeset 0 76b1f169d9fe
equal deleted inserted replaced
-1:000000000000 0:76b1f169d9fe
       
     1 /*
       
     2  * This is just an RC_INVOKED guard for the real varargs.h
       
     3  * fixincluded in gcc system dir.  One day we will delete this file.
       
     4  */
       
     5 #ifndef RC_INVOKED
       
     6 #include_next<varargs.h>
       
     7 #endif