Skip to content

Commit

Permalink
Added 64-bit windows support
Browse files Browse the repository at this point in the history
  • Loading branch information
at-wat committed Jul 21, 2016
1 parent 9382ab5 commit 4e7f93d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion include/ypparam.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ extern "C"
#endif // __cplusplus

#if defined(_WIN32)
typedef int pid_t;
# if !defined(_WIN64)
typedef int pid_t;
# endif
#else
# include <unistd.h>
#endif
Expand Down

0 comments on commit 4e7f93d

Please sign in to comment.