Remove _CRTIMP from abort() prototype.



git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@306 4407c894-4637-0410-b4f5-ada5f102cad1
diff --git a/mingw-w64-headers/include/assert.h b/mingw-w64-headers/include/assert.h
index 16a52eb..292ec4f 100644
--- a/mingw-w64-headers/include/assert.h
+++ b/mingw-w64-headers/include/assert.h
@@ -30,7 +30,7 @@
 
 #pragma push_macro("abort")
 #undef abort
-  _CRTIMP void __cdecl __declspec(noreturn) abort(void);
+  void __cdecl __declspec(noreturn) abort(void);
 #pragma pop_macro("abort")
 
 #endif
diff --git a/mingw-w64-headers/include/process.h b/mingw-w64-headers/include/process.h
index 39b034e..da8c066 100644
--- a/mingw-w64-headers/include/process.h
+++ b/mingw-w64-headers/include/process.h
@@ -35,7 +35,7 @@
 
 #pragma push_macro("abort")
 #undef abort
-  _CRTIMP void __cdecl __declspec(noreturn) abort(void);
+  void __cdecl __declspec(noreturn) abort(void);
 #pragma pop_macro("abort")
 
 #endif
diff --git a/mingw-w64-headers/include/stdlib.h b/mingw-w64-headers/include/stdlib.h
index 8703245..81da2f7 100644
--- a/mingw-w64-headers/include/stdlib.h
+++ b/mingw-w64-headers/include/stdlib.h
@@ -238,7 +238,7 @@
 
 #pragma push_macro("abort")
 #undef abort
-  _CRTIMP void __cdecl __declspec(noreturn) abort(void);
+  void __cdecl __declspec(noreturn) abort(void);
 #pragma pop_macro("abort")
 
 #endif