mirror of
https://github.com/reactos/reactos.git
synced 2025-04-22 13:10:39 +00:00
fix the build
svn path=/trunk/; revision=28678
This commit is contained in:
parent
9780c9b363
commit
eb1bff28c5
1 changed files with 8 additions and 0 deletions
|
@ -3635,4 +3635,12 @@ BOOL
|
|||
APIENTRY
|
||||
NtGdiInitSpool();
|
||||
|
||||
/* FIXME wrong prototypes fix the build */
|
||||
W32KAPI
|
||||
INT
|
||||
APIENTRY
|
||||
NtGdiGetSpoolMessage( DWORD u1,
|
||||
DWORD u2,
|
||||
DWORD u3,
|
||||
DWORD u4);
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue