On Thu, 7 Apr 2022, Jeremy Drake via Mingw-w64-public wrote:


Signed-off-by: Jeremy Drake <[email protected]>
---
mingw-w64-headers/include/delayloadhandler.h | 46 ++++++++++++++++++++
1 file changed, 46 insertions(+)
create mode 100644 mingw-w64-headers/include/delayloadhandler.h

diff --git a/mingw-w64-headers/include/delayloadhandler.h 
b/mingw-w64-headers/include/delayloadhandler.h
new file mode 100644
index 000000000..fccb6a4c7
--- /dev/null
+++ b/mingw-w64-headers/include/delayloadhandler.h
@@ -0,0 +1,46 @@
+/**
+ * This file has no copyright assigned and is placed in the Public Domain.
+ * This file is part of the mingw-w64 runtime package.
+ * No warranty is given; refer to the file DISCLAIMER.PD within this package.
+ */
+#ifndef __delayloadhandler_h__
+#define __delayloadhandler_h__
+

This header doesn't include any other header, defining the types that it assumes to be available. Would it make sense to add an include of the headers that provide the essentials, or is it a case where it's known to strictly require including windows.h before this header?

// Martin



_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to