Ignore:
Timestamp:
Mar 19, 2012, 1:59:48 AM (12 years ago)
Author:
イグトランス (egtra)
Message:

egtraブランチの内容をマージ。

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/ab5.0/abdev

    • Property svn:ignore set to
      *.opensdf
      *.sdf
      *.suo
      *.user
      int
      ipch
      out
  • trunk/ab5.0/abdev/abdev/ParameterHint.cpp

    r713 r828  
    10961096            HBITMAP hBmp,hOldBmp;
    10971097            HDC memdc;
    1098             hBmp=(HBITMAP)LoadImage(hResInst,MAKEINTRESOURCE(IDB_PARAMHINT_QUESTION),IMAGE_BITMAP,0,0,LR_DEFAULTSIZE);
     1098            hBmp = ActiveBasic::Resource::LoadBitmapAlt(hResInst, IDB_PARAMHINT_QUESTION);
    10991099            memdc=CreateCompatibleDC(hdc);
    11001100            hOldBmp=(HBITMAP)SelectObject(memdc,hBmp);
     
    11191119                hdc=GetDC(hwnd);
    11201120
    1121                 hBmp=(HBITMAP)LoadImage(hResInst,MAKEINTRESOURCE(IDB_PARAMHINT_QUESTION2),IMAGE_BITMAP,0,0,LR_DEFAULTSIZE);
     1121                hBmp = ActiveBasic::Resource::LoadBitmapAlt(hResInst,IDB_PARAMHINT_QUESTION2);
    11221122                memdc=CreateCompatibleDC(hdc);
    11231123                hOldBmp=(HBITMAP)SelectObject(memdc,hBmp);
     
    11371137                hdc=GetDC(hwnd);
    11381138
    1139                 hBmp=(HBITMAP)LoadImage(hResInst,MAKEINTRESOURCE(IDB_PARAMHINT_QUESTION),IMAGE_BITMAP,0,0,LR_DEFAULTSIZE);
     1139                hBmp = ActiveBasic::Resource::LoadBitmapAlt(hResInst, IDB_PARAMHINT_QUESTION);
    11401140                memdc=CreateCompatibleDC(hdc);
    11411141                hOldBmp=(HBITMAP)SelectObject(memdc,hBmp);
Note: See TracChangeset for help on using the changeset viewer.