mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 21:45:41 +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
|
@ -19,7 +19,15 @@
|
|||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
#define NONAMELESSUNION
|
||||
#define NONAMELESSSTRUCT
|
||||
#include "ntstatus.h"
|
||||
#define WIN32_NO_STATUS
|
||||
#include "dbghelp_private.h"
|
||||
#include "winternl.h"
|
||||
#include "wine/debug.h"
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(dbghelp);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue