Ignore:
Timestamp:
Mar 8, 2007, 10:42:50 AM (17 years ago)
Author:
イグトランス (egtra)
Message:

#50 API宣言の変更完了

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Include/api_commctrl.sbp

    r7 r141  
    22#ifndef _INC_COMMCTRL
    33#define _INC_COMMCTRL
     4
     5#ifdef UNICODE
     6Const _FuncName_CreateStatusWindow = "CreateStatusWindowW"
     7#else
     8Const _FuncName_CreateStatusWindow = "CreateStatusWindowA"
     9#endif
    410
    511
     
    2834    dwICC As DWord
    2935End Type
    30 Declare Function InitCommonControlsEx Lib "comctl32" (ByRef lpInitCtrls As INITCOMMONCONTROLSEX) As BOOL
     36Declare Function InitCommonControlsEx Lib "comctl32" (ByRef InitCtrls As INITCOMMONCONTROLSEX) As BOOL
    3137
    3238Declare Sub InitCommonControls Lib "comctl32" ()
     
    481487Const SBN_SIMPLEMODECHANGE = 880
    482488
    483 Declare Function CreateStatusWindow Lib "comctl32" Alias "CreateStatusWindowA" (style As Long, lpszText As LPSTR, hwndParent As HWND, wID As DWord) As HWND
     489Declare Function CreateStatusWindow Lib "comctl32" Alias _FuncName_CreateStatusWindow (style As Long, lpszText As LPCTSTR, hwndParent As HWND, wID As DWord) As HWND
    484490
    485491
Note: See TracChangeset for help on using the changeset viewer.