We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d7872c commit 63a14d2Copy full SHA for 63a14d2
CefSharp.Wpf/DragCursorProvider.cs
@@ -6,7 +6,8 @@
6
using CefSharp.Enums;
7
using Microsoft.Win32.SafeHandles;
8
9
-namespace CefSharp.Wpf {
+namespace CefSharp.Wpf
10
+{
11
12
internal static class DragCursorProvider
13
{
@@ -18,7 +19,8 @@ internal static class DragCursorProvider
18
19
20
private static readonly Dictionary<DragOperationsMask, Cursor> DragCursors;
21
- static DragCursorProvider() {
22
+ static DragCursorProvider()
23
+ {
24
var library = LoadLibrary("ole32.dll");
25
DragCursors = new Dictionary<DragOperationsMask, Cursor>()
26
0 commit comments