xref: /reactos/dll/win32/crtdll/precomp.h (revision 5100859e)
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