Changes between Initial Version and Version 1 of Ticket #38168, comment 2


Ignore:
Timestamp:
Apr 19, 2013, 9:02:15 AM (11 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #38168, comment 2

    initial v1  
    44By changing in types_c.h from opencv the lines 163 and 164 to
    55
    6 
     6{{{
    77   typedef long int int64;
    88   typedef long unsigned int uint64;
     9}}}
    910
    1011the error does not occur anymore.