ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/Daodan/MinGW/lib/gcc/mingw32/5.3.0/include/varargs.h
Revision: 1046
Committed: Mon Aug 29 13:19:38 2016 UTC (9 years, 2 months ago) by alloc
Content type: text/x-chdr
File size: 139 byte(s)
Log Message:
Daodan: Added Windows MinGW and build batch file

File Contents

# Content
1 #ifndef _VARARGS_H
2 #define _VARARGS_H
3
4 #error "GCC no longer implements <varargs.h>."
5 #error "Revise your code to use <stdarg.h>."
6
7 #endif