Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.

Commit

Permalink
windows: tweak formatting inside uv-win.h
Browse files Browse the repository at this point in the history
  • Loading branch information
piscisaureus committed Aug 15, 2012
1 parent 7cd400e commit 938a305
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions include/uv-private/uv-win.h
Expand Up @@ -29,12 +29,13 @@ typedef intptr_t ssize_t;
# define _SSIZE_T_DEFINED
#endif

#include <process.h>
#include <stdint.h>
#include <winsock2.h>
#include <mswsock.h>
#include <ws2tcpip.h>
#include <windows.h>

#include <process.h>
#include <stdint.h>
#include <sys/stat.h>

#include "tree.h"
Expand All @@ -43,7 +44,7 @@ typedef intptr_t ssize_t;
#define MAX_PIPENAME_LEN 256

#ifndef S_IFLNK
# define S_IFLNK 0xA000
# define S_IFLNK 0xA000
#endif

/*
Expand Down

0 comments on commit 938a305

Please sign in to comment.