tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tinycc-devel] Problem with GetCurrentConsoleFontEx


From: grischka
Subject: Re: [Tinycc-devel] Problem with GetCurrentConsoleFontEx
Date: Tue, 17 Dec 2013 21:46:08 +0100
User-agent: Thunderbird 2.0.0.23 (Windows/20090812)

Carlos Montiers wrote:
I'm getting a problem with the function:
SetCurrentConsoleFontEx because GetCurrentConsoleFontEx return bad values.

You need to give proper prototypes in particular for stdcall
functions.  G/SetCurrentConsoleFontEx is not in our headers.

I recommend using
    tcc -Wimplicit-function-declaration ...
or
    tcc -Wall ...

--- grischka




reply via email to

[Prev in Thread] Current Thread [Next in Thread]