mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 20:59:54 +00:00
Added long type format.
This commit is contained in:
parent
f727b4327d
commit
9120c0ad3d
@ -9,6 +9,7 @@
|
||||
%formats =
|
||||
(
|
||||
"int" => "%d",
|
||||
"long" => "%ld",
|
||||
"char" => "%c",
|
||||
"char[0]" => "\\\"%.*s\\\"",
|
||||
"unsigned int" => "%08x",
|
||||
|
Loading…
Reference in New Issue
Block a user