Re: [Mesa-dev] [PATCH] glsl: define __STDC_FORMAT_MACROS to get PRIx64 macro

2016-11-11 Thread Jose Fonseca
On 11/11/16 16:18, Brian Paul wrote: Otherwise, inttypes.h may not define the macro for C++ on MinGW. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=98681 --- src/compiler/glsl/ir_builder_print_visitor.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/compiler/glsl/ir_builder_

Re: [Mesa-dev] [PATCH] glsl: define __STDC_FORMAT_MACROS to get PRIx64 macro

2016-11-11 Thread Emil Velikov
On 11 November 2016 at 16:18, Brian Paul wrote: > Otherwise, inttypes.h may not define the macro for C++ on MinGW. > > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=98681 > --- > src/compiler/glsl/ir_builder_print_visitor.cpp | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/src/c

[Mesa-dev] [PATCH] glsl: define __STDC_FORMAT_MACROS to get PRIx64 macro

2016-11-11 Thread Brian Paul
Otherwise, inttypes.h may not define the macro for C++ on MinGW. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=98681 --- src/compiler/glsl/ir_builder_print_visitor.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/compiler/glsl/ir_builder_print_visitor.cpp b/src/compiler/glsl/