mirror of
https://github.com/reactos/reactos.git
synced 2025-01-04 21:38:43 +00:00
Fix lib/rosrtl compilation
svn path=/trunk/; revision=10039
This commit is contained in:
parent
5b95f50fd4
commit
4a76a3915b
1 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $Id: rtl.h,v 1.44 2004/07/08 00:40:30 weiden Exp $
|
||||
/* $Id: rtl.h,v 1.45 2004/07/08 22:05:48 gvg Exp $
|
||||
*
|
||||
*/
|
||||
|
||||
|
@ -618,7 +618,11 @@ RtlRunEncodeUnicodeString (IN OUT PUCHAR Hash,
|
|||
|
||||
/* Timer Queue functions */
|
||||
|
||||
#ifdef __USE_W32API
|
||||
#include <winnt.h>
|
||||
#else /* __USE_W32API */
|
||||
typedef VOID (CALLBACK *WAITORTIMERCALLBACKFUNC) (PVOID, BOOLEAN );
|
||||
#endif /* __USE_W32API */
|
||||
|
||||
NTSTATUS
|
||||
STDCALL
|
||||
|
|
Loading…
Reference in a new issue