Changeset 838

Show
Ignore:
Timestamp:
08/18/08 17:40:44 (4 months ago)
Author:
hobu
Message:

fix typo in r824

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/include/liblas/cstdint.hpp

    r824 r838  
    5656#ifdef LIBLAS_C_API 
    5757#  include <limits.h> 
    58 #  ifndef _MSV_VER 
     58#  ifndef _MSC_VER 
    5959#    include <stdint.h> 
    6060#  endif /* _MSC_VER */