mirror of
https://github.com/reactos/reactos.git
synced 2025-01-13 01:22:03 +00:00
- define PORT_MAXIMUM_MESSAGE_LENGTH
svn path=/trunk/; revision=41148
This commit is contained in:
parent
2d3b058e33
commit
7e126c8427
1 changed files with 7 additions and 0 deletions
|
@ -28,6 +28,13 @@ extern "C" {
|
|||
#define NTKERNELAPI DECLSPEC_IMPORT
|
||||
#endif
|
||||
|
||||
#ifdef _WIN64
|
||||
#define PORT_MAXIMUM_MESSAGE_LENGTH 512
|
||||
#else
|
||||
#define PORT_MAXIMUM_MESSAGE_LENGTH 256
|
||||
#endif
|
||||
|
||||
|
||||
/* Simple types */
|
||||
typedef UCHAR KPROCESSOR_MODE;
|
||||
typedef LONG KPRIORITY;
|
||||
|
|
Loading…
Reference in a new issue