[HarfBuzz] harfbuzz-ng: Branch 'master'

Behdad Esfahbod behdad at kemper.freedesktop.org
Tue Feb 15 15:37:43 PST 2011


 src/hb-private.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 82438c6ad5f60b6afc75c48cef72e18bef532468
Author: Bradley Grainger <bgrainger at logos.com>
Date:   Tue Feb 15 18:37:29 2011 -0500

    Fix #pragma message for MSVC.
    
    __LOC__ was renamed to _HB__LOC__ in cd7555 but the corresponding
    change wasn't made in hb-private.h.

diff --git a/src/hb-private.h b/src/hb-private.h
index 96b9464..9f4f8b7 100644
--- a/src/hb-private.h
+++ b/src/hb-private.h
@@ -211,7 +211,7 @@ typedef GStaticMutex hb_mutex_t;
 #else
 
 #ifdef _MSC_VER
-#pragma message(__LOC__"Could not find any system to define platform macros, library will NOT be thread-safe")
+#pragma message(_HB__LOC__"Could not find any system to define platform macros, library will NOT be thread-safe")
 #else
 #warning "Could not find any system to define platform macros, library will NOT be thread-safe"
 #endif



More information about the HarfBuzz mailing list