Changeset 181


Ignore:
Timestamp:
Mar 26, 2007, 4:17:50 AM (17 years ago)
Author:
dai
Message:

MCI_OVLY_WINDOW_PARMSAの定義漏れを修正。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Include/api_mmsys.sbp

    r158 r181  
    25442544#endif
    25452545
     2546Type MCI_OVLY_WINDOW_PARMSA
     2547    dwCallback As DWord
     2548    hWnd As HWND
     2549    nCmdShow As DWord
     2550    lpstrText As LPSTR
     2551End Type
     2552TypeDef PMCI_OVLY_WINDOW_PARMSA = *MCI_OVLY_WINDOW_PARMSA
     2553TypeDef LPMCI_OVLY_WINDOW_PARMSA = *MCI_OVLY_WINDOW_PARMSA
     2554
    25462555Type MCI_OVLY_WINDOW_PARMSW
    25472556    dwCallback As DWord
Note: See TracChangeset for help on using the changeset viewer.