File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 22//
33// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
44
5+ #ifndef CEFSHARP_CORE_INTERNALS_CEFREQUESTCONTEXTHANDLERADAPTER_H_
6+ #define CEFSHARP_CORE_INTERNALS_CEFREQUESTCONTEXTHANDLERADAPTER_H_
7+
58#pragma once
69
710#include " Stdafx.h"
@@ -42,4 +45,5 @@ namespace CefSharp
4245 IMPLEMENT_REFCOUNTING (CefRequestContextHandlerAdapter);
4346 };
4447 }
45- }
48+ }
49+ #endif // CEFSHARP_CORE_INTERNALS_CEFREQUESTCONTEXTHANDLERADAPTER_H_
Original file line number Diff line number Diff line change 22//
33// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
44
5+ #ifndef CEFSHARP_CORE_MANAGEDCEFBROWSERADAPTER_H_
6+ #define CEFSHARP_CORE_MANAGEDCEFBROWSERADAPTER_H_
7+
58#pragma once
69
710#include " Stdafx.h"
@@ -135,3 +138,4 @@ namespace CefSharp
135138 }
136139 };
137140}
141+ #endif // CEFSHARP_CORE_INTERNALS_CLIENTADAPTER_H_
You can’t perform that action at this time.
0 commit comments