2015-10-28 16:02 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* src/rtl/cputime.c
* disabled unused variables in WinCE builds
This commit is contained in:
@@ -10,6 +10,10 @@
|
||||
* Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment
|
||||
*/
|
||||
|
||||
2015-10-28 16:02 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
|
||||
* src/rtl/cputime.c
|
||||
* disabled unused variables in WinCE builds
|
||||
|
||||
2015-10-28 15:44 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
|
||||
* include/hbgtinfo.ch
|
||||
* removed unused HB_GTI_KBD_* macros
|
||||
|
||||
@@ -88,7 +88,7 @@ double hb_secondsCPU( int n )
|
||||
{
|
||||
double d = 0.0;
|
||||
|
||||
#if defined( HB_OS_WIN ) && ! defined( HB_OS_UNIX )
|
||||
#if defined( HB_OS_WIN ) && ! defined( HB_OS_WIN_CE ) && ! defined( HB_OS_UNIX )
|
||||
FILETIME Create, Exit, Kernel, User;
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user