mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-12-24 17:41:01 +03:00
Add #endif comments for #endif more than 10 lines from #if / #else
This commit is contained in:
@@ -62,7 +62,7 @@
|
||||
|
||||
static int wsa_init_done = 0;
|
||||
|
||||
#else
|
||||
#else /* ( _WIN32 || _WIN32_WCE ) && !EFIX64 && !EFI32 */
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
@@ -91,7 +91,7 @@ static int wsa_init_done = 0;
|
||||
#include <endian.h>
|
||||
#endif
|
||||
|
||||
#endif
|
||||
#endif /* ( _WIN32 || _WIN32_WCE ) && !EFIX64 && !EFI32 */
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
@@ -409,7 +409,7 @@ static int net_would_block( int fd )
|
||||
}
|
||||
return( 0 );
|
||||
}
|
||||
#endif
|
||||
#endif /* ( _WIN32 || _WIN32_WCE ) && !EFIX64 && !EFI32 */
|
||||
|
||||
/*
|
||||
* Accept a connection from a remote client
|
||||
|
||||
Reference in New Issue
Block a user