windows stuff
This commit is contained in:
6
os/pl-stream.c
Normal file → Executable file
6
os/pl-stream.c
Normal file → Executable file
@@ -21,13 +21,17 @@
|
||||
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*/
|
||||
|
||||
#ifdef __WINDOWS__
|
||||
#if defined(__WINDOWS__)|| defined(__WIN32)
|
||||
#include "windows/uxnt.h"
|
||||
#ifdef _YAP_NOT_INSTALLED_
|
||||
#include <config.h>
|
||||
#else
|
||||
#ifdef WIN64
|
||||
#include "config/win64.h"
|
||||
#else
|
||||
#include "config/win32.h"
|
||||
#endif
|
||||
#endif
|
||||
#include <winsock2.h>
|
||||
#include "windows/mswchar.h"
|
||||
#define CRLF_MAPPING 1
|
||||
|
Reference in New Issue
Block a user