Changeset 84


Ignore:
Timestamp:
Sep 4, 2016, 3:54:11 PM (9 years ago)
Author:
bird
Message:

msc inline fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/k/kDefs.h

    r79 r84  
    381381#  define K_INLINE              static __inline__
    382382# elif defined(_MSC_VER)
    383 #  define K_INLINE              static _Inline
     383#  define K_INLINE              static __inline
    384384# else
    385385#  error "Port Me"
Note: See TracChangeset for help on using the changeset viewer.