mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-31 01:35:11 +02:00
8 lines
302 B
C
8 lines
302 B
C
#pragma once
|
|
|
|
#include <windows.h> // Defines macros used by TraceLoggingProvider.h
|
|
#include "TraceLoggingProvider.h" // The native TraceLogging API
|
|
#include "MicrosoftTelemetry.h"
|
|
|
|
// Forward-declare the g_hProvider1 variable that you will use for tracing
|
|
TRACELOGGING_DECLARE_PROVIDER(g_hProvider1); |