Welcome to mirror list, hosted at ThFree Co, Russian Federation.

SafeNativeMethods.cs « ReferenceSources « System « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ac7f10e34030efc9b790bd2e782093824ba1852d (plain)
1
2
3
4
5
6
7
8
9
10

namespace Microsoft.Win32
{
	static class SafeNativeMethods
	{
 		public static void OutputDebugString (string message)
		{
		}
	}
}