Ignore:
Timestamp:
Sep 29, 2007, 6:38:30 AM (17 years ago)
Author:
NoWest
Message:

訳あってWAVEFORMAT構造体を弄っていると、パディングがおかしい事を発見したので修正しました。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Include/api_mmsys.sbp

    r300 r341  
    457457
    458458' OLD general waveform format structure (information common to all formats)
    459 Type WAVEFORMAT
     459Type Align(1) WAVEFORMAT
    460460    wFormatTag As Word
    461461    nChannels As Word
     
    471471
    472472' specific waveform format structure for PCM data
    473 Type PCMWAVEFORMAT
     473Type Align(1) PCMWAVEFORMAT
    474474    wf As WAVEFORMAT
    475475    wBitsPerSample As Word
     
    478478TypeDef LPPCMWAVEFORMAT = *PCMWAVEFORMAT
    479479
    480 Type WAVEFORMATEX
     480Type Align(1) WAVEFORMATEX
    481481    wFormatTag As Word
    482482    nChannels As Word
Note: See TracChangeset for help on using the changeset viewer.