Changeset 680


Ignore:
Timestamp:
Jan 26, 2009, 2:23:30 AM (15 years ago)
Author:
イグトランス (egtra)
Message:

Tiemr周りで起こるコンパイルエラーの回避

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/ablib/src/api_mmsys.sbp

    r595 r680  
    13091309Declare Function timeSetEvent Lib "winmm" (uDelay As DWord, uResolution As DWord, fptc As LPTIMECALLBACK, dwUser As DWord, fuEvent As DWord) As MMRESULT
    13101310Declare Function timeKillEvent Lib "winmm" (uTimerID As DWord) As MMRESULT
    1311 Declare Function timeGetDevCaps Lib "winmm" (ptc As *TIMECAPS, cbtc As DWord) As MMRESULT
     1311Declare Function timeGetDevCaps Lib "winmm" (ByRef tc As TIMECAPS, cbtc As DWord) As MMRESULT
    13121312Declare Function timeBeginPeriod Lib "winmm" (uPeriod As DWord) As MMRESULT
    13131313Declare Function timeEndPeriod Lib "winmm" (uPeriod As DWord) As MMRESULT
Note: See TracChangeset for help on using the changeset viewer.