diff -i -w -u -r 007001\Include\win32lib.ew 007001sp\Include\win32lib.ew --- 007001\Include\win32lib.ew Wed Sep 12 06:14:26 2007 +++ 007001sp\Include\win32lib.ew Tue Oct 23 10:07:20 2007 @@ -15493,7 +15493,7 @@ lST = w32acquire_mem(0, SIZEOF_SYSTEMTIME) w32Proc(xGetSystemTime,{lST}) - lResult = w32from_memory(ID_SYSTEMTIME, lST) + lResult = w32from_memory(lST, ID_SYSTEMTIME) w32release_mem(lST) return lResult @@ -15529,7 +15529,7 @@ lST = w32acquire_mem(0, SIZEOF_SYSTEMTIME) w32Proc(xGetLocalTime,{lST}) - lResult = w32from_memory(ID_SYSTEMTIME,lST) + lResult = w32from_memory(lST, ID_SYSTEMTIME) w32release_mem(lST) return lResult