#ifndef NULLSOFT_IN_WMVDRM_TAGALIAS_H
#define NULLSOFT_IN_WMVDRM_TAGALIAS_H

#include <wchar.h>
const wchar_t *GetAlias(const wchar_t *tag);
const wchar_t *GetAlias_rev(const wchar_t *tag);
#endif