> and proposed change is:
> 
>    #define OS2EMX_PLAIN_CHAR
>    #define INCL_BASE
>    #define INCL_PM
>    #include <os2.h>
>    #undef INT
>    #undef UINT
>    #define HB_DONT_DEFINE_BASIC_TYPES
> 
> 
> I do not know if old or new way are right, so I requested to Maurilio to 
> check it
> Viktor, I suggest do not apply any changes until agreement
> Maurilio, do you have the whole picture ?

Sorry, I've already started to clean it, and will 
commit it soon.

This is not a QT specific matter, but generic 
Harbour problem. QT specific part needs to be 
fixed inside HBQT header hbqt.h:

---
#define OS2EMX_PLAIN_CHAR
#define INCL_BASE
#define INCL_PM

{#include Harbour headers}

#if defined( HB_OS_OS2 )
#  include <os2.h>
#endif
---

Brgds,
Viktor

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

Reply via email to