mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
10 lines
162 B
C
10 lines
162 B
C
![]() |
#ifndef _CRT_PRECOMP_H
|
||
|
#define _CRT_PRECOMP_H
|
||
|
|
||
|
#include <stdio.h>
|
||
|
#include <internal/tls.h>
|
||
|
#include <stdlib.h>
|
||
|
#include <windows.h>
|
||
|
|
||
|
#endif /* _CRT_PRECOMP_H */
|