mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
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 */
|