summaryrefslogtreecommitdiff
path: root/src/debug/debug-pal/unix/windefs.h
blob: 4b46f76e8e232189692529d3db7ed66b4375840c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.

// It'd be nice to be able to include some existing header from the main PAL, 
// but they tend to pull too much stuff that breaks everything.

#include <cstddef>
#include <assert.h>
#define _ASSERTE assert

typedef unsigned int DWORD;