mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 19:26:05 +00:00
- comment out an #error, looks like we don't need this
- comment out MINGW_ATTRIB_DEPRECATED definition svn path=/branches/ros-amd64-bringup/; revision=45432
This commit is contained in:
@@ -118,8 +118,8 @@
|
||||
|
||||
#if __MINGW_GNUC_PREREQ (3, 1)
|
||||
#define __MINGW_ATTRIB_DEPRECATED __attribute__ ((__deprecated__))
|
||||
#elif __MINGW_MSC_PREREQ(12, 0)
|
||||
#define __MINGW_ATTRIB_DEPRECATED __declspec(deprecated)
|
||||
//#elif __MINGW_MSC_PREREQ(12, 0)
|
||||
//#define __MINGW_ATTRIB_DEPRECATED __declspec(deprecated)
|
||||
#else
|
||||
#define __MINGW_ATTRIB_DEPRECATED
|
||||
#endif
|
||||
|
||||
@@ -82,7 +82,7 @@ extern "C" {
|
||||
#elif defined(_MSC_VER)
|
||||
|
||||
#if defined(_M_IA64) || defined(_M_AMD64) || defined(_M_CEE)
|
||||
#error Please implement me
|
||||
//#error Please implement me
|
||||
#endif
|
||||
|
||||
#define _crt_va_start(v,l) ((void)((v) = (va_list)_ADDRESSOF(l) + _INTSIZEOF(l)))
|
||||
|
||||
Reference in New Issue
Block a user