mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 01:35:43 +00:00
[CRT] Introduce corecrt.h
Include this instead of crtdefs.h. This is for compatibility with MS headers.
This commit is contained in:
parent
4e3c0529cf
commit
6f6b831722
41 changed files with 65 additions and 52 deletions
|
@ -1,6 +1,8 @@
|
|||
#ifndef __CRT_INTERNAL_LOCALE_H
|
||||
#define __CRT_INTERNAL_LOCALE_H
|
||||
|
||||
#include <crtdefs.h> // for LC_ID
|
||||
|
||||
typedef struct MSVCRT_threadlocaleinfostruct {
|
||||
LONG refcount;
|
||||
unsigned int lc_codepage;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue