[DBGHELP]

* Reduce rosstubs.c dependency to nothing but the PCH.

svn path=/trunk/; revision=53227
This commit is contained in:
Amine Khaldi 2011-08-14 11:48:00 +00:00
parent b80c7bfe5c
commit a923266533

View file

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