Commit ca76fa56 authored by Chuck Walbourn's avatar Chuck Walbourn
Browse files

Added pragma once to header

parent 9195de26
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -6,6 +6,8 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
//--------------------------------------------------------------------------------------

#pragma once

#ifndef _M_X64
#error This tool is only supported for x64 native
#endif