mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 19:03:00 +00:00
[LPK]
* Improve header inclusions. CORE-7716 svn path=/trunk/; revision=61774
This commit is contained in:
parent
44f2f5994e
commit
f2296246ea
3 changed files with 4 additions and 5 deletions
|
@ -45,4 +45,3 @@ LpkDllInitialize (
|
||||||
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -5,13 +5,12 @@
|
||||||
* PROGRAMMER: Magnus Olsen (greatlrd)
|
* PROGRAMMER: Magnus Olsen (greatlrd)
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
#define WIN32_NO_STATUS
|
|
||||||
#define NTOS_MODE_USER
|
|
||||||
|
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
|
|
||||||
|
#define WIN32_NO_STATUS
|
||||||
#include <windef.h>
|
#include <windef.h>
|
||||||
#include <winbase.h>
|
#include <winbase.h>
|
||||||
#include <ndk/rtlfuncs.h>
|
|
||||||
|
|
||||||
/* FIXME USP10 api that does not have prototype in any include file */
|
/* FIXME USP10 api that does not have prototype in any include file */
|
||||||
VOID WINAPI LpkPresent(VOID);
|
VOID WINAPI LpkPresent(VOID);
|
||||||
|
@ -65,4 +64,3 @@ DWORD WINAPI LpkGetTextExtentExPoint(DWORD x1,DWORD x2,DWORD x3,DWORD x4,DWORD x
|
||||||
DWORD WINAPI LpkPSMTextOut(DWORD x1,DWORD x2,DWORD x3,DWORD x4,DWORD x5,DWORD x6);
|
DWORD WINAPI LpkPSMTextOut(DWORD x1,DWORD x2,DWORD x3,DWORD x4,DWORD x5,DWORD x6);
|
||||||
DWORD WINAPI LpkUseGDIWidthCache(DWORD x1,DWORD x2,DWORD x3,DWORD x4,DWORD x5);
|
DWORD WINAPI LpkUseGDIWidthCache(DWORD x1,DWORD x2,DWORD x3,DWORD x4,DWORD x5);
|
||||||
DWORD WINAPI ftsWordBreak(DWORD x1,DWORD x2,DWORD x3,DWORD x4,DWORD x5);
|
DWORD WINAPI ftsWordBreak(DWORD x1,DWORD x2,DWORD x3,DWORD x4,DWORD x5);
|
||||||
|
|
||||||
|
|
|
@ -8,6 +8,8 @@
|
||||||
|
|
||||||
#include "ros_lpk.h"
|
#include "ros_lpk.h"
|
||||||
|
|
||||||
|
#include <stubs.h>
|
||||||
|
|
||||||
#define UNIMPLEMENTED DbgPrint("LPK: %s is unimplemented, please try again later.\n", __FUNCTION__);
|
#define UNIMPLEMENTED DbgPrint("LPK: %s is unimplemented, please try again later.\n", __FUNCTION__);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue