File tree 6 files changed +11
-2
lines changed
CefSharp.BrowserSubprocess.Core
6 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1
1
// Copyright © 2010-2014 The CefSharp Project. All rights reserved.
2
2
//
3
3
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
4
+ #pragma once
4
5
5
6
#include " Stdafx.h"
6
7
Original file line number Diff line number Diff line change 2
2
//
3
3
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
4
4
5
+ #pragma once
6
+
5
7
#include " Stdafx.h"
6
8
#include " JavascriptMethodHandler.h"
7
9
#include " JavascriptMethodWrapper.h"
Original file line number Diff line number Diff line change 2
2
//
3
3
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
4
4
5
+ #pragma once
6
+
5
7
#include " Stdafx.h"
6
8
7
9
#include " include/cef_v8.h"
8
10
#include " TypeUtils.h"
9
11
10
- #pragma once
11
-
12
12
namespace CefSharp
13
13
{
14
14
private class JavascriptPropertyHandler : public CefV8Accessor
Original file line number Diff line number Diff line change
1
+ #pragma once
2
+
1
3
#include " Stdafx.h"
Original file line number Diff line number Diff line change 2
2
//
3
3
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
4
4
5
+ #pragma once
6
+
5
7
#include " Stdafx.h"
6
8
#include " .\..\CefSharp.Core\Internals\StringUtils.h"
7
9
#include " TypeUtils.h"
Original file line number Diff line number Diff line change 2
2
//
3
3
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
4
4
5
+ #pragma once
6
+
5
7
#include " Stdafx.h"
6
8
7
9
using namespace System ::Diagnostics;
You can’t perform that action at this time.
0 commit comments