mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 04:33:12 +00:00
- Fix warnings in ros' tests
svn path=/trunk/; revision=38887
This commit is contained in:
parent
26a6195563
commit
eef79b36ef
11 changed files with 23 additions and 27 deletions
|
@ -15,7 +15,7 @@ BOOL WINAPI QueueUserWorkItem(LPTHREAD_START_ROUTINE,PVOID,ULONG);
|
|||
#define TestProc(n) \
|
||||
DWORD CALLBACK TestProc##n(void *ctx)\
|
||||
{\
|
||||
printf("TestProc%d thread 0x%x context 0x%p\n", n, GetCurrentThreadId(), ctx);\
|
||||
printf("TestProc%d thread 0x%lu context 0x%p\n", n, GetCurrentThreadId(), ctx);\
|
||||
return 0;\
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue