OSDN Git Service

アイコン自前描画。後はコード整理。
[wintimer/wintimer.git] / wintimer / taskbar.h
index 216d3ea..5878ce2 100644 (file)
@@ -33,7 +33,7 @@ namespace sf
     struct exception
      : public sf::win32_error_exception 
     {
-      exception(boost::uint32_t hr) : win32_error_exception(hr) {};
+      exception(uint32_t hr) : win32_error_exception(hr) {};
       exception() : win32_error_exception() {} ;
     };
 
@@ -44,6 +44,7 @@ namespace sf
     void overlay_icon(sf::base_window& w,HICON icon,std::wstring& description);
     void progress_state(sf::base_window& w,int state);
     void progress_value(sf::base_window& w,boost::uint64_t completed, boost::uint64_t total);
+    static long register_message();
 
     static const int none;
     static const int indeterminate;