reactos/dll/win32/crtdll/precomp.h
Amine Khaldi 0ee830d7a4 * Create a branch for USB experiments.
svn path=/branches/usb-experiments/; revision=72629
2016-09-09 15:11:19 +00:00

7 lines
122 B
C

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