Added long type format.

This commit is contained in:
Alexandre Julliard 1999-01-19 17:06:13 +00:00
parent f727b4327d
commit 9120c0ad3d
1 changed files with 1 additions and 0 deletions

View File

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