ABS warning has been removed.
[mdictionary] / src / gui / include / ws_gui.h
index be63b84..bfe84d0 100644 (file)
@@ -68,7 +68,7 @@ extern "C" {
 #include <locale.h>
 
 #define _(String) gettext (String)
-#define ABS(x) ((x)<0.0)?((-1)*(x)):(x)
+#define WS_GUI_ABS(x) (((x)<0.0)?((-1)*(x)):(x))
 
 void html_engine_unselect_all(HTMLEngine   *e);
 void html_engine_block_selection (HTMLEngine   *e);