mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[LPK]
* Improve header inclusions. CORE-7716 svn path=/trunk/; revision=61774
This commit is contained in:
@@ -45,4 +45,3 @@ LpkDllInitialize (
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
@@ -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);
|
||||
|
||||
|
||||
@@ -8,6 +8,8 @@
|
||||
|
||||
#include "ros_lpk.h"
|
||||
|
||||
#include <stubs.h>
|
||||
|
||||
#define UNIMPLEMENTED DbgPrint("LPK: %s is unimplemented, please try again later.\n", __FUNCTION__);
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user