mirror of
https://github.com/reactos/reactos.git
synced 2025-04-25 08:00:24 +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$
|
||||
*
|
||||
* reactos/lib/gdi32/misc/stubs.c
|
||||
/*
|
||||
* dll/win32/gdi32/misc/stubs.c
|
||||
*
|
||||
* GDI32.DLL Stubs
|
||||
*
|
||||
|
@ -10,6 +9,7 @@
|
|||
*/
|
||||
|
||||
#include "precomp.h"
|
||||
#include <debug.h>
|
||||
|
||||
#define SIZEOF_DEVMODEA_300 124
|
||||
#define SIZEOF_DEVMODEA_400 148
|
||||
|
@ -18,8 +18,6 @@
|
|||
#define SIZEOF_DEVMODEW_400 212
|
||||
#define SIZEOF_DEVMODEW_500 220
|
||||
|
||||
#define UNIMPLEMENTED DbgPrint("GDI32: %s is unimplemented, please try again later.\n", __FUNCTION__);
|
||||
|
||||
|
||||
/*
|
||||
* @unimplemented
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
/* $Id$
|
||||
*
|
||||
* reactos/lib/gdi32/misc/stubs.c
|
||||
/*
|
||||
* dll/win32/gdi32/misc/stubsa.c
|
||||
*
|
||||
* GDI32.DLL Stubs for ANSI functions
|
||||
*
|
||||
|
@ -10,8 +9,8 @@
|
|||
*/
|
||||
|
||||
#include "precomp.h"
|
||||
#include <debug.h>
|
||||
|
||||
#define UNIMPLEMENTED DbgPrint("GDI32: %s is unimplemented, please try again later.\n", __FUNCTION__);
|
||||
|
||||
/*
|
||||
* @unimplemented
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
/* $Id$
|
||||
*
|
||||
* reactos/lib/gdi32/misc/stubs.c
|
||||
/*
|
||||
* dll/win32/gdi32/misc/stubsw.c
|
||||
*
|
||||
* GDI32.DLL Stubs for Unicode functions
|
||||
*
|
||||
|
@ -10,10 +9,7 @@
|
|||
*/
|
||||
|
||||
#include "precomp.h"
|
||||
|
||||
#define UNIMPLEMENTED DbgPrint("GDI32: %s is unimplemented, please try again later.\n", __FUNCTION__);
|
||||
|
||||
|
||||
#include <debug.h>
|
||||
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue