[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: [tor-bugs] #4991 [Tor Client]: Use standard windows-detection macros
#4991: Use standard windows-detection macros
------------------------------------+---------------------------------------
Reporter: nickm | Owner:
Type: defect | Status: new
Priority: normal | Milestone: Tor: unspecified
Component: Tor Client | Version:
Keywords: easy, windows, cleanup | Parent:
Points: | Actualpoints:
------------------------------------+---------------------------------------
Comment(by nickm):
Here's the script I propose to run over src/*/*.[ch]
{{{
#!/usr/bin/perl -w -i.bak -p
if (/^\s*\#/) {
s/MS_WINDOWS/_WIN32/g;
s/\bWIN32\b/_WIN32/g;
}
}}}
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/4991#comment:3>
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