Ignore:
Timestamp:
Jan 30, 2011, 6:29:32 PM (13 years ago)
Author:
イグトランス (egtra)
Message:

代替のリソース読み込み関数の名称を変更(WinAPIとかぶらないものへ)

File:
1 edited

Legend:

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

    r792 r793  
    77namespace ActiveBasic { namespace Resource {
    88
    9 HICON LoadIcon(HINSTANCE hinst, USHORT id, int cxDesired, int cyDesired, UINT load = 0);
    10 HICON LoadIcon(HINSTANCE hinst, USHORT id);
     9HICON LoadIconAlt(HINSTANCE hinst, USHORT id, int cxDesired, int cyDesired, UINT load = 0);
     10HICON LoadIconAlt(HINSTANCE hinst, USHORT id);
    1111
    12 HCURSOR LoadCursor(HINSTANCE hinst, USHORT id);
     12HCURSOR LoadCursorAlt(HINSTANCE hinst, USHORT id);
    1313
    14 boost::optional<std::wstring> LoadString(HINSTANCE hinst, USHORT id);
     14boost::optional<std::wstring> LoadStringAlt(HINSTANCE hinst, USHORT id);
    1515
    16 HACCEL LoadAccelerators(HINSTANCE hinst, USHORT id);
     16HACCEL LoadAcceleratorsAlt(HINSTANCE hinst, USHORT id);
    1717
    18 HMENU LoadMenu(HINSTANCE hinst, USHORT id);
     18HMENU LoadMenuAlt(HINSTANCE hinst, USHORT id);
    1919
    2020struct IconDeleter
Note: See TracChangeset for help on using the changeset viewer.