view dmd/WANT.d @ 81:722df8e7509c

* fixed win32_lib + Module.imports implementation * fixed Filename.absolute
author Trass3r
date Mon, 30 Aug 2010 15:40:51 +0200
parents 10317f0c89a5
children
line wrap: on
line source

module dmd.WANT;

enum WANT
{
	WANTflags = 1,
    WANTvalue = 2,
    WANTinterpret = 4,
}

import dmd.EnumUtils;
mixin(BringToCurrentScope!(WANT));