* Improve header inclusions.
CORE-7716

svn path=/trunk/; revision=61774
This commit is contained in:
Amine Khaldi 2014-01-23 17:49:49 +00:00
parent 44f2f5994e
commit f2296246ea
3 changed files with 4 additions and 5 deletions

View file

@ -45,4 +45,3 @@ LpkDllInitialize (
return TRUE;
}

View file

@ -5,13 +5,12 @@
* PROGRAMMER: Magnus Olsen (greatlrd)
*
*/
#define WIN32_NO_STATUS
#define NTOS_MODE_USER
#include <stdarg.h>
#define WIN32_NO_STATUS
#include <windef.h>
#include <winbase.h>
#include <ndk/rtlfuncs.h>
/* FIXME USP10 api that does not have prototype in any include file */
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 LpkUseGDIWidthCache(DWORD x1,DWORD x2,DWORD x3,DWORD x4,DWORD x5);
DWORD WINAPI ftsWordBreak(DWORD x1,DWORD x2,DWORD x3,DWORD x4,DWORD x5);

View file

@ -8,6 +8,8 @@
#include "ros_lpk.h"
#include <stubs.h>
#define UNIMPLEMENTED DbgPrint("LPK: %s is unimplemented, please try again later.\n", __FUNCTION__);
/*