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/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