KDE/kdelibs

Christian Ehrlicher Ch.Ehrlicher at gmx.de
Wed Feb 8 06:52:25 CET 2006


Alexander Neundorf schrieb:
> Hi,
> 
> On Tuesday 07 February 2006 23:18, Peter Kümmel wrote:
>> Michael Drüing wrote:
>>> #ifdef Q_WS_WIN
>>> #include <windows.h>
>>> #include "qt_windows.h"
>>> #include <win32_utils.h>
>>> static QRgb qt_colorref2qrgb(COLORREF col)
>>> {
>>>     return qRgb(GetRValue(col),GetGValue(col),GetBValue(col));
>>> }
>>> #endif
>> We are working on this, the problem is that in config.h unistd.h
>> is included, which disables the including of wingdi.h to avoid
>> the definition of symbols.
> 
> Why does including unistd.h disable wingdi.h ? Or why doesn unistd.h define 
> NOGUI ?
> And what is the right way to remove the NOGUI again ?
> Would inserting a #undef NOGUI in some strategic place help ?
No, but I will try to remove NOGDI from win/include - headers.

Christian

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 250 bytes
Desc: OpenPGP digital signature
Url : http://mail.kde.org/pipermail/kde-buildsystem/attachments/20060208/88ccfa79/attachment.pgp 


More information about the Kde-buildsystem mailing list