[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
libc-config.h + cdefs.h
From: |
Gisle Vanem |
Subject: |
libc-config.h + cdefs.h |
Date: |
Sun, 3 Sep 2017 06:57:53 +0200 |
User-agent: |
Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 |
The new files libc-config.h and cdefs.h, break MSVC in
several ways:
1) libc-config.h:
# undef __inline
'__inline' is a built-in reserved word used through-out the MS SDK.
2) MSVC doesn't accept this:
#define libc_hidden_proto(name, attrs...)
Why not simply?
#define libc_hidden_proto(name, ...)
--
--gv
- libc-config.h + cdefs.h,
Gisle Vanem <=