Use int instead of long in interlocked_* functions for 64-bit
commit43c6396e94fa7471390b8af46825f13099576561
authorAlexandre Julliard <julliard@winehq.org>
Mon, 26 Sep 2005 13:51:58 +0000 (26 13:51 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 26 Sep 2005 13:51:58 +0000 (26 13:51 +0000)
tree8f0e13438a93dcf429cb6402d915988687b4c806
parent81d64af17e3da05ccff18bdcfa92903614b9cd73
Use int instead of long in interlocked_* functions for 64-bit
compatibility.
dlls/kernel/sync.c
dlls/ntdll/critsection.c
include/wine/port.h
libs/port/interlocked.c
libs/wine/debug.c
loader/kthread.c
server/change.c