00001
00016 #pragma once
00017
00018 #include <boost/format.hpp>
00019
00020 namespace boost
00021 {
00022 #if defined (UNICODE) || defined (_UNICODE)
00023
00024 typedef wformat tformat;
00025
00026 #else
00027
00028 typedef format tformat;
00029
00030 #endif
00031 }