[mythtv-commits] Ticket #10716: enable MythTV to compile on mingw-w64 (Windows 64bit)

MythTV noreply at mythtv.org
Wed Jul 4 07:54:18 UTC 2012


#10716: enable MythTV to compile on mingw-w64 (Windows 64bit)
-----------------------------+----------------------------
 Reporter:  lexvictory@…     |          Owner:  beirdo
     Type:  Patch - Bug Fix  |         Status:  assigned
 Priority:  minor            |      Milestone:  unknown
Component:  Ports - Windows  |        Version:  0.25-fixes
 Severity:  medium           |     Resolution:
 Keywords:                   |  Ticket locked:  0
-----------------------------+----------------------------

Comment (by beirdo):

 I think you are misusing intptr_t in a few places here.  That is meant to
 be used only for pointer values, and unless I'm mistaken, some of the ones
 you've changed should either be (u)int32_t or (u)int64_t as they are
 actually numbers not pointers.

 The idea is good though.

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/10716#comment:2>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list