Skip to content

Commit

Permalink
fix issue
Browse files Browse the repository at this point in the history
  • Loading branch information
maloel committed Jul 21, 2020
1 parent a523787 commit 54acff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/l500/ac-trigger.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ namespace ivcam2 {
private:
static void write_out( std::string const & s )
{
#if 0 //def WIN32
#ifdef WIN32
HANDLE stdOut = GetStdHandle( STD_OUTPUT_HANDLE );
if( stdOut != NULL && stdOut != INVALID_HANDLE_VALUE )
{
Expand Down

0 comments on commit 54acff3

Please sign in to comment.