mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 04:36:26 +00:00
[DBGHELP]
* Reduce rosstubs.c dependency to nothing but the PCH. svn path=/trunk/; revision=53227
This commit is contained in:
parent
b80c7bfe5c
commit
a923266533
1 changed files with 1 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue