module winerror;

export extern ( Windows )
{

const uint ERROR_SERVICE_DOES_NOT_EXIST = 1060;

} // export extern ( Windows )