summaryrefslogtreecommitdiffstats
path: root/libmsi/debug.h
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@gmail.com>2013-02-06 14:01:11 +0100
committerMarc-André Lureau <marcandre.lureau@gmail.com>2013-02-07 00:00:31 +0100
commit11f969a2572e0cb226f994f2d610bfb8856f8d11 (patch)
treed5b69c94b88dd70f973209d42dee35e88c303e6b /libmsi/debug.h
parent8ed8317b944df2d29edf035b6bf2256a6b4782c3 (diff)
downloadmsitools-11f969a2572e0cb226f994f2d610bfb8856f8d11.tar.gz
msitools-11f969a2572e0cb226f994f2d610bfb8856f8d11.tar.xz
msitools-11f969a2572e0cb226f994f2d610bfb8856f8d11.zip
Replace ERR with g_critical
Diffstat (limited to 'libmsi/debug.h')
-rw-r--r--libmsi/debug.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libmsi/debug.h b/libmsi/debug.h
index a4393c1..7b6c903 100644
--- a/libmsi/debug.h
+++ b/libmsi/debug.h
@@ -116,8 +116,6 @@ static inline const char *debugstr_a( const char *s ) { return wine_dbgstr_an(
#define WARN_ON(channel) 0
#define FIXME(fmt, ...) (void)0 // WINE_DPRINTF(FIXME, __func__, fmt, ## __VA_ARGS__)
#define FIXME_ON(channel) 0
-#define ERR(fmt, ...) (void)0 // WINE_DPRINTF(ERR, __func__, fmt, ## __VA_ARGS__)
-#define ERR_ON(channel) 0
#ifdef __cplusplus