2008-06-22 22:28 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

* contrib/xhb/hbcompat.ch
     + Added HB_SYMBOL_UNUSED() to xhb branch.
       [TOMERGE 1.0.0RC1]
This commit is contained in:
Viktor Szakats
2008-06-22 20:29:20 +00:00
parent bb3c3ac5bf
commit 9f905d7f01
2 changed files with 9 additions and 0 deletions

View File

@@ -8,6 +8,11 @@
2008-12-31 13:59 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
2008-06-22 22:28 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* contrib/xhb/hbcompat.ch
+ Added HB_SYMBOL_UNUSED() to xhb branch.
[TOMERGE 1.0.0RC1]
2008-06-22 21:20 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* contrib/hbw32/w32_ole.c
* contrib/hbole/ole2.c

View File

@@ -113,6 +113,10 @@
#xcommand END WITH => END
#xcommand END OBJECT => END
#ifndef HB_SYMBOL_UNUSED
#define HB_SYMBOL_UNUSED( symbol ) ( symbol := ( symbol ) )
#endif
#else
#include "hbgtinfo.ch"