ReactOS 0.4.16-dev-188-g678aa63
varargs.h
Go to the documentation of this file.
1
6#ifndef _VARARGS_H
7#define _VARARGS_H
8
9#error "GCC no longer implements <varargs.h>."
10#error "Revise your code to use <stdarg.h>."
11
12#endif