X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=reactos%2Finclude%2Fchew%2Fchew.h;h=50287d1b470a656887e0922015ecfb3aa6783f23;hp=694d6dd3b09effb629910a3fb18deeca28d4f838;hb=3bb8a2d85c5ab07e2db65bfb274a6c85dea1ed5a;hpb=c14e59ba531cb7e88be5b27d07935bafe9e76347 diff --git a/reactos/include/chew/chew.h b/reactos/include/chew/chew.h index 694d6dd3b09..50287d1b470 100644 --- a/reactos/include/chew/chew.h +++ b/reactos/include/chew/chew.h @@ -31,7 +31,7 @@ VOID ChewShutdown(); * Else, the function returns false and Item is undefined. */ BOOLEAN ChewCreate -( PVOID *Item, UINT Bytes, VOID (*Worker)(PVOID), PVOID UserSpace ); +( PVOID *Item, SIZE_T Bytes, VOID (*Worker)(PVOID), PVOID UserSpace ); /** * Remove a work item, given the pointer returned to Item in ChewCreate. */