Skip to content

Commit

Permalink
Enable preview features for platform
Browse files Browse the repository at this point in the history
  • Loading branch information
nibanks committed Jun 9, 2023
1 parent d8cca55 commit f1ce20f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/platform/platform_internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
#pragma warning(disable:28922) // Redundant Pointer Test
#pragma warning(disable:26451) // Arithmetic overflow: Using operator '+' on a 4 byte value and then casting the result to a 8 byte value.

#define QUIC_API_ENABLE_PREVIEW_FEATURES 1

#include "quic_platform.h"
#include "quic_datapath.h"
#include "quic_pcp.h"
Expand Down

0 comments on commit f1ce20f

Please sign in to comment.