Changeset 322


Ignore:
Timestamp:
Sep 7, 2007, 3:15:28 AM (17 years ago)
Author:
dai
Message:

stosbが未定義だったため、FillMemoryで置き換え

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Include/WinNT.ab

    r300 r322  
    53765376    Dim vptr = ptr As * /*Volatile*/ Byte
    53775377#ifdef _WIN64
    5378     __stosb(vptr, 0, cnt)
     5378    FillMemory(vptr, cnt, 0)
    53795379#else
    53805380
Note: See TracChangeset for help on using the changeset viewer.