[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: [tor-bugs] #7669 [Tor]: SIZEOF_INTPTR_T not defined in msvc builds
#7669: SIZEOF_INTPTR_T not defined in msvc builds
-----------------------------+----------------------------------------------
Reporter: ultramage | Owner:
Type: defect | Status: new
Priority: normal | Milestone: Tor: 0.2.4.x-final
Component: Tor | Version:
Keywords: msvc tor-client | Parent:
Points: | Actualpoints:
-----------------------------+----------------------------------------------
Comment(by ultramage):
As a quick workaround in my checkout I did this right above the offending
code:
{{{
#if !defined(SIZEOF_INTPTR_T) && defined(_MSC_VER)
#define SIZEOF_INTPTR_T SIZEOF_VOID_P
#endif
}}}
I tried adding stuff to torint.h, but got confused by the overlapping #if
checks. It should be possible to do, if done carefully.
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/7669#comment:4>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
_______________________________________________
tor-bugs mailing list
tor-bugs@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs