2009-03-05 21:52 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

* harbour/source/common/hbwince.c
    ! added missing return statement
This commit is contained in:
Przemyslaw Czerpak
2009-03-05 20:47:10 +00:00
parent c88b1bda14
commit bbf7ed5155
2 changed files with 6 additions and 0 deletions

View File

@@ -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

View File

@@ -234,6 +234,8 @@ BOOL WINAPI SetEnvironmentVariableA( LPCSTR name, LPCSTR value )
HB_SYMBOL_UNUSED( value );
/* TODO: */
return FALSE;
}
BOOL WINAPI GetProcessTimes( HANDLE hprocess,