mirror of
https://github.com/reactos/reactos.git
synced 2024-11-05 06:09:58 +00:00
c424146e2c
svn path=/branches/cmake-bringup/; revision=48236
9 lines
162 B
C
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 */
|