diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 2dc4929e03..fe0709fd77 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,10 @@ 2009-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org) */ +2009-03-05 21:52 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) + * harbour/source/common/hbwince.c + ! added missing return statement + 2009-03-05 21:24 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * contrib/hbbtree/tests/test.hbm * contrib/examples/guestbk/guestbk.hbm diff --git a/harbour/source/common/hbwince.c b/harbour/source/common/hbwince.c index 9c5359f637..ee12ba94c2 100644 --- a/harbour/source/common/hbwince.c +++ b/harbour/source/common/hbwince.c @@ -234,6 +234,8 @@ BOOL WINAPI SetEnvironmentVariableA( LPCSTR name, LPCSTR value ) HB_SYMBOL_UNUSED( value ); /* TODO: */ + + return FALSE; } BOOL WINAPI GetProcessTimes( HANDLE hprocess,