Hi,

> I need help on three areas:
> 
> 1) Maurilio: to check changes in hbdefs.h
>   /* 28/03/2000 - maurilio.lo...@libero.it
>      The same holds true when using GCC under OS/2
>   */
>   /* xx/02/2010 - whoe...@there.is
>      Include all OS/2 API definitions to make sure other involved parties
>      (such as Qt for OS/2) will get everything they want
>   */
>   #define OS2EMX_PLAIN_CHAR
>   #define INCL_BASE
>   #define INCL_PM
>   #include <os2.h>
>   #undef INT
>   #undef UINT
>   #define HB_DONT_DEFINE_BASIC_TYPES

To give everything that's needed for HBQT, 
these must be put inside hbqt.h header, not 
hbdefs.h.

[ Including everything in central header, 
just to satisfy some contribs, or some 
specific core parts is simple, but wrong 
solution, and quite complicated to clean 
later. ]

Brgds,
Viktor

_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to