ReactOS 0.4.15-dev-7846-g8ba6c66
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