]> rtime.felk.cvut.cz Git - ulut.git/commit
Updated ul_htimer callback data type to be portable to 64 bit Windows. ul_drv-0.8.0-release
authorPavel Pisa <pisa@cmp.felk.cvut.cz>
Tue, 1 Dec 2009 17:45:39 +0000 (18:45 +0100)
committerPavel Pisa <pisa@cmp.felk.cvut.cz>
Tue, 1 Dec 2009 17:45:39 +0000 (18:45 +0100)
commit18f03af0c4eec5690eb0f8c3390c3b6e3bc4de69
tree1a86367f4f91d2cf7092a24e9a6c5f1e1cd6d5c4
parent1bfcfd9393da8d8742d612d4a4eb65d1748655ed
Updated ul_htimer callback data type to be portable to 64 bit Windows.

The 64-bit Windows use LLP64 where pointer value does not
fit in long type variable. On the other hand, on 8 and 16
bit machines uintptr_t can be smaller than long so conditional
type definition is used now.

Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
ulut/ul_htimchk.c
ulut/ul_htimdefs.h
ulut/ul_htimer.h