Ignore:
Timestamp:
Nov 6, 2008, 10:22:26 PM (15 years ago)
Author:
イグトランス (egtra)
Message:

#228試行

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/abdev/abdev/Attach.cpp

    r477 r763  
    1010
    1111using namespace ActiveBasic::IDE;
     12
     13HRESULT ApplyDialogTexture( HWND );
    1214
    1315
     
    241243}
    242244
    243 BOOL CALLBACK DlgAttach(HWND hwnd,UINT message,WPARAM wParam,LPARAM lParam){
     245INT_PTR CALLBACK DlgAttach(HWND hwnd,UINT message,WPARAM wParam,LPARAM lParam){
    244246    static HWND hListView;
    245247    static HIMAGELIST hImageList;
     
    298300            else ListupProcesses(hListView);
    299301
     302            ApplyDialogTexture(hwnd);
    300303            break;
    301304        case WM_COMMAND:
Note: See TracChangeset for help on using the changeset viewer.