2009-01-29 14:25 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
* source/rtl/gtwvt/gtwvt.c
! Fixed to #undef _WIN32_WINNT before setting it.
; TOFIX: hbwhat has this problem in almost all of its source
files.
* contrib/examples/uhttpd/modules/bldhrb.bat
* contrib/examples/uhttpd/modules/showcounter.prg
* contrib/examples/uhttpd/hbmk_b32.bat
* contrib/examples/uhttpd/hbmk_vc.bat
* Minor.
This commit is contained in:
@@ -8,6 +8,18 @@
|
||||
2008-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org)
|
||||
*/
|
||||
|
||||
2009-01-29 14:25 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
|
||||
* source/rtl/gtwvt/gtwvt.c
|
||||
! Fixed to #undef _WIN32_WINNT before setting it.
|
||||
; TOFIX: hbwhat has this problem in almost all of its source
|
||||
files.
|
||||
|
||||
* contrib/examples/uhttpd/modules/bldhrb.bat
|
||||
* contrib/examples/uhttpd/modules/showcounter.prg
|
||||
* contrib/examples/uhttpd/hbmk_b32.bat
|
||||
* contrib/examples/uhttpd/hbmk_vc.bat
|
||||
* Minor.
|
||||
|
||||
2009-01-29 02:16 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
||||
* harbour/source/common/hbprintf.c
|
||||
* minor modification for easier future updating
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
@echo off
|
||||
cls
|
||||
rem
|
||||
rem $Id$
|
||||
rem
|
||||
|
||||
cls
|
||||
|
||||
SET UHTTP_INET_SUPPORT=no
|
||||
SET UHTTP_INET_DEF=
|
||||
SET UHTTP_INET_SOCKET=
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
@echo off
|
||||
cls
|
||||
rem
|
||||
rem $Id$
|
||||
rem
|
||||
|
||||
cls
|
||||
|
||||
SET UHTTP_INET_SUPPORT=no
|
||||
SET UHTTP_INET_DEF=
|
||||
SET UHTTP_INET_SOCKET=
|
||||
|
||||
@@ -1,4 +1,8 @@
|
||||
@echo off
|
||||
rem
|
||||
rem $Id$
|
||||
rem
|
||||
|
||||
rem Saving current HB_MT state
|
||||
set OLDENVMT=%HB_MT%
|
||||
set OLDENVGT=%HB_GT_LIB%
|
||||
@@ -25,7 +29,7 @@ GOTO COMPILEOK
|
||||
echo.
|
||||
echo.Error on compiling ...
|
||||
echo.
|
||||
echo.Running notepad, please close to end this batch file ...
|
||||
echo.Running Notepad, please close to end this batch file ...
|
||||
echo.
|
||||
notepad bldtest.log
|
||||
echo.
|
||||
@@ -60,4 +64,3 @@ set BLDDEFAULT=
|
||||
set OLD_HB_ARCHITECTURE=
|
||||
set OLD_HB_COMPILER=
|
||||
set OLD_HB_USER_LIBS=
|
||||
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
/*
|
||||
* $Id$
|
||||
*/
|
||||
@@ -216,4 +215,3 @@ STATIC FUNCTION CreateCounter( cValue, cBaseImage )
|
||||
|
||||
//RETURN cFile
|
||||
RETURN oI:ToStringGif()
|
||||
|
||||
|
||||
@@ -84,6 +84,7 @@
|
||||
|
||||
#define HB_OS_WIN_32_USED
|
||||
|
||||
#undef _WIN32_WINNT
|
||||
#define _WIN32_WINNT 0x0500 /* Set to Windows 2000 for WS_EX_LAYERED */
|
||||
|
||||
#include "gtwvt.h"
|
||||
|
||||
Reference in New Issue
Block a user