X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fintf_msg.h;h=5bbd6c6c61cc3a320cd444f6387be66b961bdb21;hb=94d3d4d8be146d5a7ca5e77eb025820d26b9396d;hp=d36b481c5e24d7b01a4a57c3b3168a603b7ed29b;hpb=b465bcca0933f8c979ac9221b21f526ec2193ca4;p=vlc diff --git a/include/intf_msg.h b/include/intf_msg.h index d36b481c5e..5bbd6c6c61 100644 --- a/include/intf_msg.h +++ b/include/intf_msg.h @@ -4,7 +4,7 @@ * interface, such as message output. See config.h for output configuration. ***************************************************************************** * Copyright (C) 1999, 2000 VideoLAN - * $Id: intf_msg.h,v 1.13 2001/04/30 15:00:59 massiot Exp $ + * $Id: intf_msg.h,v 1.14 2001/05/31 01:37:08 sam Exp $ * * Authors: Vincent Seguin * @@ -48,8 +48,13 @@ void _intf_DbgMsgImm ( char *psz_file, char *psz_function, int i_line, #else /* Non-TRACE mode */ +#if defined( _MSC_VER ) +#define intf_DbgMsg +#define intf_DbgMsgImm +#else #define intf_DbgMsg( format, args... ) #define intf_DbgMsgImm( format, args...) +#endif #endif