Ignore:
Timestamp:
Mar 12, 2008, 9:54:46 PM (16 years ago)
Author:
イグトランス (egtra)
Message:

実験として書いていたControlクラスを追加(せめてコミット前に既存のContorolに混ぜようとしたがコンパイルできなかった)。
ほかForms, Drawing及びGDI+の修正。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Include/windows.sbp

    r360 r473  
    4646#require <api_winsock2.sbp>
    4747
     48Const GET_X_LPARAM(lp) = ((LOWORD(lp) As Integer) As Long)
     49Const GET_Y_LPARAM(lp) = ((HIWORD(lp) As Integer) As Long)
     50
    4851#endif '_INC_WINDOWS
Note: See TracChangeset for help on using the changeset viewer.