Skip to content

Commit

Permalink
Fix TrEE sample
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobL-MSFT committed Feb 21, 2024
1 parent c096a59 commit 785763b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions TrEE/Miniport/SampleMiniport.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,13 @@ Module Name:
#include <wdmguid.h>
#include <ntstrsafe.h>
#include <TrustedRuntimeClx.h>
//#include <ntefi.h>
typedef UINT16 CHAR16;

//
// Header file <TrEEVariableService.h> requires prior definition of a CHAR16.
// For now we need to define this in sample.
//
typedef UINT16 CHAR16;

#include <TrEEVariableService.h>
#include "sampleminiport.h"
#include "..\inc\SampleSecureService.h"
Expand Down

0 comments on commit 785763b

Please sign in to comment.