Ignore:
Timestamp:
Jan 30, 2011, 2:19:10 AM (13 years ago)
Author:
イグトランス (egtra)
Message:

LoadString代替関数の実装

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/egtra/ab5.0/abdev/abdev-impl/Resource/Load.h

    r786 r789  
    33#include <memory>
    44#include <windows.h>
     5#include <boost/optional.hpp>
    56
    67namespace ActiveBasic { namespace Resource {
     
    1011
    1112HCURSOR LoadCursor(HINSTANCE hinst, USHORT id);
     13
     14boost::optional<std::wstring> LoadString(HINSTANCE hinst, USHORT id);
    1215
    1316struct IconDeleter
Note: See TracChangeset for help on using the changeset viewer.