// Licensed to the .NET Foundation under one or more agreements.// The .NET Foundation licenses this file to you under the MIT license.namespaceMS.Win32
{
internal static classExternDll
{
public const stringGdi32 = "gdi32.dll";
public const stringUser32 = "user32.dll";
}
}