Skip to content

Commit

Permalink
Drop include bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Vizonex authored Oct 20, 2023
1 parent 518a07e commit c73e643
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions winloop/includes/tcp.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
#pragma once
#include <windef.h>
#include "vendor/include/uv.h"
#include "uv.h"

/* based off of and inspired by src/win/tcp.c
but with buffers already handled to be very direct... */
Expand Down Expand Up @@ -34,4 +33,4 @@ int try_tcp_write(uv_tcp_t* handle, WSABUF bufs){
}
}

#endif /* TCP_H_ */
#endif /* TCP_H_ */

0 comments on commit c73e643

Please sign in to comment.