Uwe Bonnes wrote: > Should files/file.c include winuser.h or prototype it? Actually, GetTickCount (and GetCurrentTime) should reside in winbase.h, not winuser.h, as GetTickCount is a KERNEL32 routine. (It used to be a USER routine for 16-bit code ...) The implementation should probably be moved out of USER into KERNEL as well. Bye, Ulrich -- Ulrich Weigand, IMMD 1, Universitaet Erlangen-Nuernberg, Martensstr. 3, D-91058 Erlangen, Phone: +49 9131 85-27688
- Include winuser.h or prototype it Uwe Bonnes
- Re: Include winuser.h or prototype it Ulrich Weigand
- Re: Include winuser.h or prototype it Uwe Bonnes