Bug 1412613 Point to the correct config.h in WebRTC's gflags for MinGW draft
authorTom Ritter <tom@mozilla.com>
Sat, 28 Oct 2017 01:34:25 -0500
changeset 688251 0e702c5a0086c02fba0ca84c15b1e267fea13e02
parent 688185 f328747f190dd30ed26aa0a64142060dc080cb2f
child 688252 bbf6f4000ff56c2df8c2f591e185294d327213ad
push id86705
push userbmo:tom@mozilla.com
push dateSun, 29 Oct 2017 04:57:27 +0000
bugs1412613
milestone58.0a1
Bug 1412613 Point to the correct config.h in WebRTC's gflags for MinGW MozReview-Commit-ID: H9rL330JdR2
media/webrtc/trunk/third_party/gflags/gen/win/include/private/config.h
--- a/media/webrtc/trunk/third_party/gflags/gen/win/include/private/config.h
+++ b/media/webrtc/trunk/third_party/gflags/gen/win/include/private/config.h
@@ -1,16 +1,16 @@
 /* src/config.h.in.  Generated from configure.ac by autoheader.  */
 
 /* Sometimes we accidentally #include this config.h instead of the one
    in .. -- this is particularly true for msys/mingw, which uses the
    unix config.h but also runs code in the windows directory.
    */
 #ifdef __MINGW32__
-#include "../config.h"
+#include "../../../posix/include/private/config.h"
 #define GOOGLE_GFLAGS_WINDOWS_CONFIG_H_
 #endif
 
 #ifndef GOOGLE_GFLAGS_WINDOWS_CONFIG_H_
 #define GOOGLE_GFLAGS_WINDOWS_CONFIG_H_
 
 /* Always the empty-string on non-windows systems. On windows, should be
    "__declspec(dllexport)". This way, when we compile the dll, we export our