mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[DBGHELP]
* Reduce rosstubs.c dependency to nothing but the PCH. svn path=/trunk/; revision=53227
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user