Author: akhaldi Date: Sun Aug 14 11:48:00 2011 New Revision: 53227
URL: http://svn.reactos.org/svn/reactos?rev=53227&view=rev Log: [DBGHELP] * Reduce rosstubs.c dependency to nothing but the PCH.
Modified: trunk/reactos/dll/win32/dbghelp/rosstubs.c
Modified: trunk/reactos/dll/win32/dbghelp/rosstubs.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/dbghelp/rosstubs.... ============================================================================== --- trunk/reactos/dll/win32/dbghelp/rosstubs.c [iso-8859-1] (original) +++ trunk/reactos/dll/win32/dbghelp/rosstubs.c [iso-8859-1] Sun Aug 14 11:48:00 2011 @@ -18,12 +18,9 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */
-#define WIN32_NO_STATUS -#include <windows.h> -#include <ndk/ntndk.h> - #include "dbghelp_private.h"
+ULONG __cdecl DbgPrint(IN PCCH Format, IN ...); #define UNIMPLEMENTED DbgPrint("DBGHELP: %s is unimplemented, please try again later.\n", __FUNCTION__);
#define PDBGHELP_CREATE_USER_DUMP_CALLBACK PVOID