Skip to content

Commit

Permalink
Fixed win32 compilation failure.
Browse files Browse the repository at this point in the history
  • Loading branch information
kcaalexander committed Apr 24, 2018
1 parent e5e267d commit 08350cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/usbmuxd.h
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ typedef struct {
void *devices;
usbmuxd_event_cb_t event_cb;
#ifdef WIN32
HANDLE devmon = NULL;
HANDLE devmon;
#else
pthread_t devmon;
#endif
Expand Down

0 comments on commit 08350cf

Please sign in to comment.