mirror of
https://github.com/reactos/reactos.git
synced 2025-01-06 06:20:13 +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
|
||||
Emulate a LLP64 memory model using a LP64 compiler */
|
||||
typedef void VOID, *PVOID;
|
||||
typedef char CHAR, *PCHAR, *PSTR;
|
||||
typedef const char CCHAR, *PCSTR, *LPCSTR;
|
||||
typedef char CHAR, CCHAR, *PCHAR, *PSTR;
|
||||
typedef const char *PCSTR, *LPCSTR;
|
||||
typedef unsigned char UCHAR, *PUCHAR, BYTE, *LPBYTE, BOOLEAN, *PBOOLEAN;
|
||||
typedef short SHORT, *PSHORT;
|
||||
typedef unsigned short USHORT, *PUSHORT, WORD, *PWORD, *LPWORD, WCHAR, *PWCHAR, *PWSTR, *LPWSTR;
|
||||
|
|
Loading…
Reference in a new issue