Skip to content
This repository was archived by the owner on Jan 13, 2024. It is now read-only.

Commit d0ce01e

Browse files
committed
Adding usings
1 parent 8c37e6c commit d0ce01e

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Visual Studio Project Template C#/Integration/Msgs_h.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
// found at
66
// https://github.com/notepad-plus-plus/notepad-plus-plus/blob/master/PowerEditor/src/MISC/PluginsManager/Notepad_plus_msgs.h
77

8+
using System;
9+
810
namespace Kbg.NppPluginNET
911
{
1012
public enum LangType

Visual Studio Project Template C#/Integration/Scintilla_iface.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
// found at
66
// https://github.com/notepad-plus-plus/notepad-plus-plus/blob/master/scintilla/include/Scintilla.iface
77

8+
using System;
9+
using System.Runtime.InteropServices;
10+
811
namespace Kbg.NppPluginNET
912
{
1013
[StructLayout(LayoutKind.Sequential)]

0 commit comments

Comments
 (0)