Skip to content

Commit

Permalink
polybiusproxy#92 fixed the error code with linux
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnycat authored Mar 25, 2022
1 parent 84204da commit a03290b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/vlc/cpp/src/LibVLC.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include <mutex>
#include <iostream>
#include <string>
#include <StdInt.h>
#include <stdInt.h>
#include <windows.h>

using std::string;
Expand Down Expand Up @@ -479,4 +479,4 @@ void LibVLC::callbacks( const libvlc_event_t* event, void* ptr )
break;
}

}
}

0 comments on commit a03290b

Please sign in to comment.