Mercurial > pidgin
changeset 9865:89ea4b4a9455
[gaim-migrate @ 10744]
beginning with `CVS:' are removed automatically CVS: CVS: Committing in . CVS: CVS: Modified Files: CVS:
src/win32/IdleTracker/idletrack.c CVS:
----------------------------------------------------------------------
My bad, I didn't even notice those were nested comments...
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Wed, 25 Aug 2004 10:53:14 +0000 |
parents | df1e5075eb0f |
children | 55fa45654879 |
files | src/win32/IdleTracker/idletrack.c |
diffstat | 1 files changed, 6 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/src/win32/IdleTracker/idletrack.c Wed Aug 25 10:51:41 2004 +0000 +++ b/src/win32/IdleTracker/idletrack.c Wed Aug 25 10:53:14 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,