Commit 9120c0ad authored by Alexandre Julliard's avatar Alexandre Julliard

Added long type format.

parent f727b432
......@@ -9,6 +9,7 @@
%formats =
(
"int" => "%d",
"long" => "%ld",
"char" => "%c",
"char[0]" => "\\\"%.*s\\\"",
"unsigned int" => "%08x",
......
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