Skip to content

Commit

Permalink
Fix stdout Logging Build
Browse files Browse the repository at this point in the history
  • Loading branch information
nibanks committed Dec 11, 2023
1 parent a666f2c commit db48ab4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/inc/msquichelper.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ typedef struct QUIC_CREDENTIAL_CONFIG_HELPER {
};
} QUIC_CREDENTIAL_CONFIG_HELPER;

#if defined(__cplusplus)
//
// Converts the QUIC Status Code to a string for console output.
//
Expand Down Expand Up @@ -70,6 +71,7 @@ QuicStatusToString(

return "UNKNOWN";
}
#endif // defined(__cplusplus)

//
// Helper function to get the RTT (in microseconds) from a MsQuic Connection or Stream handle.
Expand Down

0 comments on commit db48ab4

Please sign in to comment.