[gdi32] Use predefined unimplemented macro for stubs, correct header paths

svn path=/trunk/; revision=44657
This commit is contained in:
Gregor Schneider 2009-12-19 19:07:36 +00:00
parent f9d540f20b
commit 28c158a870
3 changed files with 9 additions and 16 deletions

View file

@ -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

View file

@ -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

View file

@ -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>
/*