Changeset 680


Ignore:
Timestamp:
2009/01/26 02:23:30 (3 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.