update for HEAD-2003021201
[reactos.git] / iface / native / genntdll.c
index 5d72e90..be3d71c 100644 (file)
@@ -29,7 +29,7 @@
 /* FUNCTIONS ****************************************************************/
 
 void write_syscall_stub(FILE* out, FILE* out3, char* name, char* name2,
-                       unsigned int nr_args, unsigned int sys_call_idx)
+                       char* nr_args, unsigned int sys_call_idx)
 {
 #ifdef PARAMETERIZED_LIBS
   fprintf(out,"__asm__(\"\\n\\t.global _%s@%s\\n\\t\"\n",name,nr_args);