[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r14725: Updated documentation and removed dead code that is unrequir (torbrowser/trunk/src/RelativeLink)
Author: ioerror
Date: 2008-05-25 01:42:15 -0400 (Sun, 25 May 2008)
New Revision: 14725
Modified:
torbrowser/trunk/src/RelativeLink/RelativeLink.c
Log:
Updated documentation and removed dead code that is unrequired.
Modified: torbrowser/trunk/src/RelativeLink/RelativeLink.c
===================================================================
--- torbrowser/trunk/src/RelativeLink/RelativeLink.c 2008-05-25 05:40:12 UTC (rev 14724)
+++ torbrowser/trunk/src/RelativeLink/RelativeLink.c 2008-05-25 05:42:15 UTC (rev 14725)
@@ -15,12 +15,12 @@
// windres RelativeLink-res.rc RelativeLink-res.o
//
// Then you'll compile the program and include the icon object file:
-// gcc -mwindows -o StartTorBrowserBundle RelativeLink.c RelativeLink-res.o
+// gcc -Wall -mwindows -o StartTorBrowserBundle RelativeLink.c RelativeLink-res.o
//
// End users will be able to use StartTorBrowserBundle.exe
+// Put it in the proper place.
//
-//int _tmain( int argc, TCHAR *argv[])
int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
{
STARTUPINFO si;