2009-12-02 04:18 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

* harbour/src/vm/maindllp.c
  * harbour/contrib/gtwvg/wvgsink.c
    % removed redefined HBTEXT() macro
This commit is contained in:
Przemyslaw Czerpak
2009-12-02 03:18:45 +00:00
parent bd4750043f
commit 3668ade0a0
3 changed files with 5 additions and 12 deletions

View File

@@ -17,6 +17,11 @@
past entries belonging to author(s): Viktor Szakats.
*/
2009-12-02 04:18 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/src/vm/maindllp.c
* harbour/contrib/gtwvg/wvgsink.c
% removed redefined HBTEXT() macro
2009-12-02 03:12 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/doc/en-EN/hb_apifs.txt
* harbour/include/hbapifs.h

View File

@@ -69,12 +69,6 @@
(((DWORD)((WORD)((DWORD_PTR)(b) & 0xffff))) << 16)))
#endif
#if defined( HB_OS_WIN_CE )
#define HBTEXT( x ) TEXT( x )
#else
#define HBTEXT( x ) x
#endif
#if 0
#define __HBTOOUT__
#endif

View File

@@ -96,12 +96,6 @@
#define HB_DLL_NAMEMT2 HB_DLL_PREF_MT HB_DLL_VER HB_DLL_EXT
#endif
#if defined( HB_OS_WIN_CE )
#define HBTEXT( x ) TEXT( x )
#else
#define HBTEXT( x ) x
#endif
#if defined( HB_OS_WIN )
HB_EXTERN_BEGIN