- define PORT_MAXIMUM_MESSAGE_LENGTH

svn path=/trunk/; revision=41148
This commit is contained in:
Johannes Anderwald 2009-05-27 18:32:39 +00:00
parent 2d3b058e33
commit 7e126c8427

View file

@ -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;