mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-01 08:54:14 -04:00
Final tidy up before tagging V8.2.3.
This commit is contained in:
parent
825b43a188
commit
5e9787978c
10 changed files with 110 additions and 112 deletions
|
@ -39,14 +39,13 @@
|
|||
#endif
|
||||
|
||||
/*
|
||||
* Avoids a compiler warning in case this was already defined
|
||||
* Avoids a compiler warning in case this was already defined
|
||||
* (someone defined _WINSOCKAPI_ when including 'windows.h', in order
|
||||
* to prevent it from including 'winsock.h')
|
||||
*/
|
||||
#ifdef _WINSOCKAPI_
|
||||
#undef _WINSOCKAPI_
|
||||
#endif
|
||||
//_RB_#include <winsock2.h>
|
||||
|
||||
#include <fcntl.h>
|
||||
|
||||
|
@ -66,7 +65,7 @@
|
|||
#define strdup _strdup
|
||||
#endif
|
||||
|
||||
#define inline __inline
|
||||
#define inline __inline
|
||||
|
||||
#ifdef __MINGW32__
|
||||
#include <stdint.h>
|
||||
|
@ -88,6 +87,6 @@ typedef __int64 intptr_t;
|
|||
typedef _W64 int intptr_t;
|
||||
#endif
|
||||
#define _INTPTR_T_DEFINED
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#endif /*__MINGW32__*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue