Changeset 83 in dev for ProjectEditor/SubOperation.cpp
- Timestamp:
- Mar 26, 2007, 11:11:22 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ProjectEditor/SubOperation.cpp
r80 r83 939 939 940 940 //アルファブレンド用のAPIを取得 941 extern FWINLAYER SetLayeredWindowAttributes;941 extern FWINLAYER pSetLayeredWindowAttributes; 942 942 extern HINSTANCE hUser32Lib; 943 943 hUser32Lib=LoadLibrary("user32.dll"); 944 SetLayeredWindowAttributes=(FWINLAYER)GetProcAddress(hUser32Lib,"SetLayeredWindowAttributes");944 pSetLayeredWindowAttributes=(FWINLAYER)GetProcAddress(hUser32Lib,"pSetLayeredWindowAttributes"); 945 945 946 946
Note:
See TracChangeset
for help on using the changeset viewer.