ReactOS 0.4.15-dev-8076-g06e89b2
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