Changeset 83 in dev for ProjectEditor/SubOperation.cpp


Ignore:
Timestamp:
Mar 26, 2007, 11:11:22 AM (17 years ago)
Author:
dai_9181
Message:

STRING_NONE → STRING_NONE_
SetLayeredWindowAttributes → pSetLayeredWindowAttributes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ProjectEditor/SubOperation.cpp

    r80 r83  
    939939
    940940    //アルファブレンド用のAPIを取得
    941     extern FWINLAYER SetLayeredWindowAttributes;
     941    extern FWINLAYER pSetLayeredWindowAttributes;
    942942    extern HINSTANCE hUser32Lib;
    943943    hUser32Lib=LoadLibrary("user32.dll");
    944     SetLayeredWindowAttributes=(FWINLAYER)GetProcAddress(hUser32Lib,"SetLayeredWindowAttributes");
     944    pSetLayeredWindowAttributes=(FWINLAYER)GetProcAddress(hUser32Lib,"pSetLayeredWindowAttributes");
    945945
    946946
Note: See TracChangeset for help on using the changeset viewer.