diff --git a/src/hb-private.h b/src/hb-private.h index 96b946481..9f4f8b7d7 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