tagging release
[dasher.git] / trunk / Src / Win32 / Common / DasherEncodingToCP.h
blob39bc766413c1145ef80ce141d14b176acbe3b221
1 // DasherEncodingToCP.h
2 //
3 /////////////////////////////////////////////////////////////////////////////
4 //
5 // Copyright (c) 2002 Iain Murray, Inference Group, Cavendish, Cambridge.
6 //
7 /////////////////////////////////////////////////////////////////////////////
9 #ifndef __DasherEncodingToCP_h__
10 #define __DasherEncodingToCP_h__
12 #include "../../DasherCore/DasherTypes.h"
13 #include "WinHelper.h"
15 UINT EncodingToCP(Dasher::Opts::AlphabetTypes Encoding);
17 #endif /* #ifndef __DasherEncodingToCP_h__ */