Re: [Mingw-w64-public] [PATCH] mprapi.h: Added missing includes.

2017-01-31 Thread Kai Tietz
2017-01-30 18:48 GMT+01:00 Jacek Caban :
> On 30.01.2017 17:13, Kai Tietz wrote:
>> Hmm, you are sure we need those includes just for DESKTOP?  Could you
>> please recheck if for APP mode things will still work?
>> If so, patch is ok for apply.
>
> I verified that and pushed patches. Thanks for reviews.

Thanks for doing this.

> Jacek

Kai

--
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


Re: [Mingw-w64-public] [PATCH] mprapi.h: Added missing includes.

2017-01-30 Thread Jacek Caban
On 30.01.2017 17:13, Kai Tietz wrote:
> Hmm, you are sure we need those includes just for DESKTOP?  Could you
> please recheck if for APP mode things will still work?
> If so, patch is ok for apply.

I verified that and pushed patches. Thanks for reviews.

Jacek

--
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


Re: [Mingw-w64-public] [PATCH] mprapi.h: Added missing includes.

2017-01-30 Thread Kai Tietz
Hmm, you are sure we need those includes just for DESKTOP?  Could you
please recheck if for APP mode things will still work?
If so, patch is ok for apply.

Thanks,
Kai

2017-01-30 14:31 GMT+01:00 Jacek Caban :
> ---
>  mingw-w64-headers/include/mprapi.h | 8 +---
>  1 file changed, 5 insertions(+), 3 deletions(-)
>
>
>
> --
> 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] mprapi.h: Added missing includes.

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


diff --git a/mingw-w64-headers/include/mprapi.h b/mingw-w64-headers/include/mprapi.h
index 7bbc1d7..1e98b09 100644
--- a/mingw-w64-headers/include/mprapi.h
+++ b/mingw-w64-headers/include/mprapi.h
@@ -6,13 +6,15 @@
 #ifndef __ROUTING_MPRADMIN_H__
 #define __ROUTING_MPRADMIN_H__
 
-#include 
-#include 
-
 #include 
 
 #if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP)
 
+#include 
+#include 
+#include 
+#include 
+
 #ifdef __cplusplus
 extern "C" {
 #endif

--
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