mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 14:05:42 +00:00
[DBGHELP] Sync with Wine Staging 3.3. CORE-14434
This commit is contained in:
parent
a9068cc8d3
commit
8d51a38cbc
30 changed files with 412 additions and 93 deletions
|
@ -18,8 +18,12 @@
|
|||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#include "dbghelp_private.h"
|
||||
#include <assert.h>
|
||||
|
||||
#include "dbghelp_private.h"
|
||||
#include "image_private.h"
|
||||
|
||||
#include <wine/debug.h>
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(dbghelp);
|
||||
|
||||
#define PDBGHELP_CREATE_USER_DUMP_CALLBACK PVOID
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue