Commit e181c196 authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

fontsub: Enable compilation with long types.

parent a75048b4
EXTRADEFS = -DWINE_NO_LONG_TYPES
MODULE = fontsub.dll
EXTRADLLFLAGS = -Wb,--prefer-native
......
......@@ -31,7 +31,7 @@ ULONG __cdecl CreateFontPackage(const unsigned char *src, const ULONG src_len, u
const unsigned short *keep_list, const unsigned short keep_len, CFP_ALLOCPROC allocproc,
CFP_REALLOCPROC reallocproc, CFP_FREEPROC freeproc, void *reserved)
{
FIXME("(%p %u %p %p %p %#x %u %u %u %u %u %p %u %p %p %p %p): stub\n", src, src_len, dest, dest_len,
FIXME("(%p %lu %p %p %p %#x %u %u %u %u %u %p %u %p %p %p %p): stub\n", src, src_len, dest, dest_len,
written, flags, face_index, format, lang, platform, encoding, keep_list, keep_len, allocproc,
reallocproc, freeproc, reserved);
......
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