File: MS\Win32\ExternDll.cs | Web Access |
Project: src\src\Microsoft.DotNet.Wpf\src\WindowsFormsIntegration\WindowsFormsIntegration.csproj (WindowsFormsIntegration) |
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; namespace MS.Win32 { internal static class ExternDll { public const string Gdi32 = "gdi32.dll"; public const string User32 = "user32.dll"; } } |