reactos/reactos/dll/win32/crtdll/precomp.h
Stefan Ginsberg 50560726e9 - Revert 35008
svn path=/trunk/; revision=35011
2008-08-01 16:29:40 +00:00

9 lines
162 B
C

#ifndef _CRT_PRECOMP_H
#define _CRT_PRECOMP_H
#include <stdio.h>
#include <windows.h>
#include <internal/tls.h>
#include <stdlib.h>
#endif /* _CRT_PRECOMP_H */