tor/src/tools
Nick Mathewson 5cf9167f91 Use the standard _WIN32, not the Torism MS_WINDOWS or deprecated WIN32
This commit is completely mechanical; I used this perl script to make it:

 #!/usr/bin/perl -w -i.bak -p

 if (/^\s*\#/) {
     s/MS_WINDOWS/_WIN32/g;
     s/\bWIN32\b/_WIN32/g;
 }
2012-01-31 15:48:47 -05:00
..
tor-fw-helper Use the standard _WIN32, not the Torism MS_WINDOWS or deprecated WIN32 2012-01-31 15:48:47 -05:00
Makefile.am -lm should not be hardcoded. 2011-12-19 11:27:08 -05:00
tor-checkkey.c Rename nonconformant identifiers. 2012-01-18 15:53:30 -05:00
tor-gencert.c Rename nonconformant identifiers. 2012-01-18 15:53:30 -05:00
tor-resolve.c Use the standard _WIN32, not the Torism MS_WINDOWS or deprecated WIN32 2012-01-31 15:48:47 -05:00