Re: [Mingw-w64-public] [PATCH] propvarutil.h: Added NTSTATUS declaration.

2017-01-30 Thread Kai Tietz
Patch is ok.

Thanks,
Kai

2017-01-30 14:39 GMT+01:00 Jacek Caban :
> ---
>  mingw-w64-headers/include/propvarutil.h | 5 +
>  1 file changed, 5 insertions(+)
>
>
>
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, SlashDot.org! http://sdm.link/slashdot
> ___
> Mingw-w64-public mailing list
> Mingw-w64-public@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
>

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


[Mingw-w64-public] [PATCH] propvarutil.h: Added NTSTATUS declaration.

2017-01-30 Thread Jacek Caban
---
 mingw-w64-headers/include/propvarutil.h | 5 +
 1 file changed, 5 insertions(+)


diff --git a/mingw-w64-headers/include/propvarutil.h b/mingw-w64-headers/include/propvarutil.h
index bac1769..5be1e1d 100644
--- a/mingw-w64-headers/include/propvarutil.h
+++ b/mingw-w64-headers/include/propvarutil.h
@@ -22,6 +22,11 @@
 #include 
 #include 
 
+#if !defined (_NTDEF_) && !defined (_NTSTATUS_PSDK)
+#define _NTSTATUS_PSDK
+typedef LONG NTSTATUS, *PNTSTATUS;
+#endif
+
 enum tagPROPVAR_CHANGE_FLAGS
 {
 PVCHF_DEFAULT   = 0x,

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public