Skip to content
Snippets Groups Projects
Commit 2b2a6f31 authored by Michael McCormack's avatar Michael McCormack Committed by Alexandre Julliard
Browse files

Added mailslot defines.

parent e8db705f
No related branches found
No related tags found
No related merge requests found
......@@ -3410,6 +3410,9 @@ typedef enum tagSID_NAME_USE {
#define FILE_256_BYTE_ALIGNMENT 0x000000ff
#define FILE_512_BYTE_ALIGNMENT 0x000001ff
#define MAILSLOT_NO_MESSAGE ((DWORD)-1)
#define MAILSLOT_WAIT_FOREVER ((DWORD)-1)
#define REG_NONE 0 /* no type */
#define REG_SZ 1 /* string type (ASCII) */
#define REG_EXPAND_SZ 2 /* string, includes %ENVVAR% (expanded by caller) (ASCII) */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment