Commit e073887c authored by Detlef Riekenberg's avatar Detlef Riekenberg Committed by Alexandre Julliard

winspool/tests: Use 0xdeadbeef as magic value.

parent aff1b331
......@@ -29,7 +29,7 @@
#include "winreg.h"
#include "winspool.h"
#define MAGIC_DEAD 0x00dead00
#define MAGIC_DEAD 0xdeadbeef
#define DEFAULT_PRINTER_SIZE 1000
static char env_x86[] = "Windows NT x86";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment