reactos/dll/win32/crtdll/precomp.h

8 lines
122 B
C

#ifndef _CRT_PRECOMP_H
#define _CRT_PRECOMP_H
#include <stdarg.h>
#include <internal/tls.h>
#endif /* _CRT_PRECOMP_H */