[ros-diffs] [ekohl] 59256: [NETAPI32] NetUserGetInfo: Implement level 4.

2013-06-18 Thread ekohl
Author: ekohl Date: Tue Jun 18 22:08:04 2013 New Revision: 59256 URL: http://svn.reactos.org/svn/reactos?rev=59256view=rev Log: [NETAPI32] NetUserGetInfo: Implement level 4. Modified: trunk/reactos/dll/win32/netapi32/user.c Modified: trunk/reactos/dll/win32/netapi32/user.c URL:

[ros-diffs] [hbelusca] 59257: [WIN32K] Check for NULL pointer returned by PEN_AllocPenWithHandle before dereferencing the returned pointer (the allocation function can return NULL in low memory condit

2013-06-18 Thread hbelusca
Author: hbelusca Date: Tue Jun 18 22:14:50 2013 New Revision: 59257 URL: http://svn.reactos.org/svn/reactos?rev=59257view=rev Log: [WIN32K] Check for NULL pointer returned by PEN_AllocPenWithHandle before dereferencing the returned pointer (the allocation function can return NULL in low memory

[ros-diffs] [hbelusca] 59258: [WIN32K] Make F12 key working again on ReactOS. The problem was that it was hardcoded for activating a debugger and since we currently didn't activated a debugger, then n

2013-06-18 Thread hbelusca
Author: hbelusca Date: Tue Jun 18 23:51:14 2013 New Revision: 59258 URL: http://svn.reactos.org/svn/reactos?rev=59258view=rev Log: [WIN32K] Make F12 key working again on ReactOS. The problem was that it was hardcoded for activating a debugger and since we currently didn't activated a debugger,

[ros-diffs] [hbelusca] 59259: Fix the fix of revision 59258. By the way, I forgot to say that this feature was introduced in revision 54107.

2013-06-18 Thread hbelusca
Author: hbelusca Date: Wed Jun 19 00:00:19 2013 New Revision: 59259 URL: http://svn.reactos.org/svn/reactos?rev=59259view=rev Log: Fix the fix of revision 59258. By the way, I forgot to say that this feature was introduced in revision 54107. Modified: