Kaydet (Commit) 3e58ba80 authored tarafından Jens-Heiner Rechtien's avatar Jens-Heiner Rechtien

INTEGRATION: CWS dmake43p01 (1.4.6); FILE MERGED

2005/04/22 04:22:27 vq 1.4.6.1: Issue number: 47866
Submitted by: shay@openoffice.org, vq@openoffice.org
Fix MSVC compiler warnings.
üst ff5189a6
/* $RCSfile: stdmacs.h,v $ /* $RCSfile: stdmacs.h,v $
-- $Revision: 1.4 $ -- $Revision: 1.5 $
-- last change: $Author: rt $ $Date: 2004-09-08 16:07:37 $ -- last change: $Author: hr $ $Date: 2006-04-20 12:02:29 $
-- --
-- SYNOPSIS -- SYNOPSIS
-- General use macros. -- General use macros.
...@@ -37,7 +37,8 @@ ...@@ -37,7 +37,8 @@
#define __STDC__ 0 #define __STDC__ 0
#endif #endif
#if __STDC__ || defined(__TURBOC__) || defined(__IBMC__) /* MSVC 6 and newer understand ANSI prototypes */
#if __STDC__ || defined(__TURBOC__) || defined(__IBMC__) || defined (_MSC_VER)
#define ANSI(x) x #define ANSI(x) x
#else #else
#define ANSI(x) () #define ANSI(x) ()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment