mirror of
https://github.com/reactos/reactos.git
synced 2024-11-06 14:44:19 +00:00
65ce146169
svn path=/branches/ros-csrss/; revision=57561
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 */
|