#ifndef UVDOC_HPP_ #define UVDOC_HPP_ #include #include #include "winext.hpp" #pragma warning(disable: 4786) namespace uvdoc { typedef std::list fontlist; fontlist *getFontsList( HDC dc ); }; #endif // UVDOC_HPP_