diff src/win32/IdleTracker/idletrack.c @ 9863:0e3a84f18467

[gaim-migrate @ 10742] Whitespace and comment changes, mostly. And changed a few other things that aren't ansi c... committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Wed, 25 Aug 2004 03:09:08 +0000
parents 72013e9ba6d1
children 89ea4b4a9455
line wrap: on
line diff
--- a/src/win32/IdleTracker/idletrack.c	Wed Aug 25 02:04:38 2004 +0000
+++ b/src/win32/IdleTracker/idletrack.c	Wed Aug 25 03:09:08 2004 +0000
@@ -40,12 +40,12 @@
 	BOOL fInit;
 
 	/* Set up the shared memory. */
-	/*hMapObject = CreateFileMapping((HANDLE) 0xFFFFFFFF,  //use paging file
-				       NULL,                // no security attributes
-				       PAGE_READWRITE,      // read/write access
-				       0,                   // size: high 32-bits
-				       sizeof(DWORD),       // size: low 32-bits
-				       "timermem");         // name of map object
+	/*hMapObject = CreateFileMapping((HANDLE) 0xFFFFFFFF,  /* use paging file */
+				       NULL,                /* no security attributes */
+				       PAGE_READWRITE,      /* read/write access */
+				       0,                   /* size: high 32-bits */
+				       sizeof(DWORD),       /* size: low 32-bits */
+				       "timermem");         /* name of map object */
 	*/
 	hMapObject = CreateFileMapping((HANDLE) 0xFFFFFFFF,
 								   NULL,