summaryrefslogtreecommitdiff
path: root/wince/Makefile.sub
diff options
context:
space:
mode:
Diffstat (limited to 'wince/Makefile.sub')
-rw-r--r--wince/Makefile.sub4
1 files changed, 1 insertions, 3 deletions
diff --git a/wince/Makefile.sub b/wince/Makefile.sub
index 5ad5154d67..8954334b2a 100644
--- a/wince/Makefile.sub
+++ b/wince/Makefile.sub
@@ -234,10 +234,8 @@ config.h:
#define HAVE_PROTOTYPES 1
#define TOKEN_PASTE(x,y) x##y
#define HAVE_STDARG_PROTOTYPES 1
-#if _MSC_VER > 1100 && !defined NORETURN
+#if _MSC_VER > 1100
#define NORETURN(x) __declspec(noreturn) x
-#else
-#define NORETURN(x) x
#endif
#define HAVE_DECL_SYS_NERR 1
#define HAVE_FCNTL_H 1