Revision: 13591
          
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13591&view=rev
Author:   vszakats
Date:     2010-01-15 11:21:32 +0000 (Fri, 15 Jan 2010)

Log Message:
-----------
2010-01-15 12:17 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
  * include/hbdefs.h
    + Marked BOOL, TRUE and FALSE as HB_LEGACY_LEVEL3.
      This means these types will disappear from Harbour after next 
      major release.
      Please start to migrate to the new, pure Harbour replacement 
      types for portable Harbour code:
         HB_BOOL, HB_TRUE, HB_FALSE.

      Notice that you still may (and should) use BOOL, TRUE, FALSE
      when dealing with Windows API (and some other 3rd party APIs),
      where these are valid types in their own context.

  * include/clipdefs.h
    + Added BOOL, TRUE and FALSE as Clipper compatibility type.
      TRUE equals to 1 here for better Clipper compatibility
      (was: !0)

Modified Paths:
--------------
    trunk/harbour/ChangeLog
    trunk/harbour/include/clipdefs.h
    trunk/harbour/include/hbdefs.h


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.
_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to