Re: imm32: rework storage of thread default contexts
April 20, 2010
3:52 p.m.
Hi Aric, You should have a second look at the Function heads in the tests (imm32.c). I doubt WINAPI should be used and the functions should be static. -- Best Regards, André Hentschel
April 2010
3:59 p.m.
New subject: imm32: rework storage of thread default contexts
I think for threadproc function it should be WINAPI or CALLBACK. DWORD WINAPI ThreadProc( __in LPVOID lpParameter ); yes. I should set the test to be static. -aric André Hentschel wrote:
Hi Aric, You should have a second look at the Function heads in the tests (imm32.c). I doubt WINAPI should be used and the functions should be static.
5818
Age (days ago)
5818
Last active (days ago)
1 comments
2 participants
participants (2)
-
André Hentschel -
Aric Stewart