mirror of
https://github.com/reactos/reactos.git
synced 2025-04-27 09:00:27 +00:00
[gdi32] Use predefined unimplemented macro for stubs, correct header paths
svn path=/trunk/; revision=44657
This commit is contained in:
parent
f9d540f20b
commit
28c158a870
3 changed files with 9 additions and 16 deletions
|
@ -1,6 +1,5 @@
|
||||||
/* $Id$
|
/*
|
||||||
*
|
* dll/win32/gdi32/misc/stubs.c
|
||||||
* reactos/lib/gdi32/misc/stubs.c
|
|
||||||
*
|
*
|
||||||
* GDI32.DLL Stubs
|
* GDI32.DLL Stubs
|
||||||
*
|
*
|
||||||
|
@ -10,6 +9,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "precomp.h"
|
#include "precomp.h"
|
||||||
|
#include <debug.h>
|
||||||
|
|
||||||
#define SIZEOF_DEVMODEA_300 124
|
#define SIZEOF_DEVMODEA_300 124
|
||||||
#define SIZEOF_DEVMODEA_400 148
|
#define SIZEOF_DEVMODEA_400 148
|
||||||
|
@ -18,8 +18,6 @@
|
||||||
#define SIZEOF_DEVMODEW_400 212
|
#define SIZEOF_DEVMODEW_400 212
|
||||||
#define SIZEOF_DEVMODEW_500 220
|
#define SIZEOF_DEVMODEW_500 220
|
||||||
|
|
||||||
#define UNIMPLEMENTED DbgPrint("GDI32: %s is unimplemented, please try again later.\n", __FUNCTION__);
|
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* @unimplemented
|
* @unimplemented
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
/* $Id$
|
/*
|
||||||
*
|
* dll/win32/gdi32/misc/stubsa.c
|
||||||
* reactos/lib/gdi32/misc/stubs.c
|
|
||||||
*
|
*
|
||||||
* GDI32.DLL Stubs for ANSI functions
|
* GDI32.DLL Stubs for ANSI functions
|
||||||
*
|
*
|
||||||
|
@ -10,8 +9,8 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "precomp.h"
|
#include "precomp.h"
|
||||||
|
#include <debug.h>
|
||||||
|
|
||||||
#define UNIMPLEMENTED DbgPrint("GDI32: %s is unimplemented, please try again later.\n", __FUNCTION__);
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* @unimplemented
|
* @unimplemented
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
/* $Id$
|
/*
|
||||||
*
|
* dll/win32/gdi32/misc/stubsw.c
|
||||||
* reactos/lib/gdi32/misc/stubs.c
|
|
||||||
*
|
*
|
||||||
* GDI32.DLL Stubs for Unicode functions
|
* GDI32.DLL Stubs for Unicode functions
|
||||||
*
|
*
|
||||||
|
@ -10,10 +9,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "precomp.h"
|
#include "precomp.h"
|
||||||
|
#include <debug.h>
|
||||||
#define UNIMPLEMENTED DbgPrint("GDI32: %s is unimplemented, please try again later.\n", __FUNCTION__);
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in a new issue