xref: /reactos/dll/win32/crtdll/precomp.h (revision c2c66aff)
1 #ifndef _CRT_PRECOMP_H
2 #define _CRT_PRECOMP_H
3 
4 #include <stdarg.h>
5 #include <internal/tls.h>
6 
7 #endif /* _CRT_PRECOMP_H */
8