mirror of
https://github.com/reactos/reactos.git
synced 2025-07-28 02:02:01 +00:00
- CCHAR is 'char', not 'const char'
svn path=/trunk/; revision=38310
This commit is contained in:
parent
db48311d5b
commit
81b01d0eaf
1 changed files with 2 additions and 2 deletions
|
@ -47,8 +47,8 @@
|
||||||
/* Basic types
|
/* Basic types
|
||||||
Emulate a LLP64 memory model using a LP64 compiler */
|
Emulate a LLP64 memory model using a LP64 compiler */
|
||||||
typedef void VOID, *PVOID;
|
typedef void VOID, *PVOID;
|
||||||
typedef char CHAR, *PCHAR, *PSTR;
|
typedef char CHAR, CCHAR, *PCHAR, *PSTR;
|
||||||
typedef const char CCHAR, *PCSTR, *LPCSTR;
|
typedef const char *PCSTR, *LPCSTR;
|
||||||
typedef unsigned char UCHAR, *PUCHAR, BYTE, *LPBYTE, BOOLEAN, *PBOOLEAN;
|
typedef unsigned char UCHAR, *PUCHAR, BYTE, *LPBYTE, BOOLEAN, *PBOOLEAN;
|
||||||
typedef short SHORT, *PSHORT;
|
typedef short SHORT, *PSHORT;
|
||||||
typedef unsigned short USHORT, *PUSHORT, WORD, *PWORD, *LPWORD, WCHAR, *PWCHAR, *PWSTR, *LPWSTR;
|
typedef unsigned short USHORT, *PUSHORT, WORD, *PWORD, *LPWORD, WCHAR, *PWCHAR, *PWSTR, *LPWSTR;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue