aboutsummaryrefslogtreecommitdiff
path: root/src/dutil/inc/dutil.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/dutil/inc/dutil.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/dutil/inc/dutil.h b/src/dutil/inc/dutil.h
index efaeb5a9..6b57b48a 100644
--- a/src/dutil/inc/dutil.h
+++ b/src/dutil/inc/dutil.h
@@ -1,6 +1,7 @@
1#pragma once 1#pragma once
2// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. 2// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
3 3
4#include "dutilsources.h"
4 5
5#define DAPI __stdcall 6#define DAPI __stdcall
6#define DAPIV __cdecl // used only for functions taking variable length arguments 7#define DAPIV __cdecl // used only for functions taking variable length arguments
@@ -20,13 +21,6 @@ typedef enum REPORT_LEVEL
20 REPORT_ERROR, // always gets reported, but can never be specified 21 REPORT_ERROR, // always gets reported, but can never be specified
21} REPORT_LEVEL; 22} REPORT_LEVEL;
22 23
23typedef enum DUTIL_SOURCE
24{
25 DUTIL_SOURCE_UNKNOWN,
26
27 DUTIL_SOURCE_EXTERNAL = 256,
28} DUTIL_SOURCE;
29
30// asserts and traces 24// asserts and traces
31typedef BOOL (DAPI *DUTIL_ASSERTDISPLAYFUNCTION)(__in_z LPCSTR sz); 25typedef BOOL (DAPI *DUTIL_ASSERTDISPLAYFUNCTION)(__in_z LPCSTR sz);
32 26