using System;
namespace LYFZ.OtherExpansion.Win32.Const
{
	public static class AC
	{
		public const byte AC_SRC_OVER = 0;
		public const byte AC_SRC_ALPHA = 1;
	}
}