Skip to content

Commit

Permalink
Merge pull request polybiusproxy#83 from McJonnycat/patch-1
Browse files Browse the repository at this point in the history
 fixed the error code with linux
  • Loading branch information
polybiusproxy authored Mar 28, 2022
2 parents 84204da + a03290b commit 1dad069
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 1dad069

Please sign in to comment.