Author: fireball
Date: Sat Aug 19 02:03:36 2006
New Revision: 23605
URL: http://svn.reactos.org/svn/reactos?rev=23605&view=rev
Log:
According to Filip Navara, HCELL's structure is
1. No plans to support NT 3.x hives (thus no need for OldCell / NewCell)
2. Cmlib is a bit architecturally different from NT's implementation:
"... i don't need the UserData, because that is what i return ... i don't consider it part of the header anymore"
Modified:
trunk/reactos/lib/cmlib/hivedata.h
Modified: trunk/reactos/lib/cmlib/hivedata.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/cmlib/hivedata.h?rev=2…
==============================================================================
--- trunk/reactos/lib/cmlib/hivedata.h (original)
+++ trunk/reactos/lib/cmlib/hivedata.h Sat Aug 19 02:03:36 2006
@@ -123,26 +123,6 @@
{
/* <0 if used, >0 if free */
LONG Size;
- union
- {
- struct
- {
- ULONG Last;
- union
- {
- ULONG UserData;
- HCELL_INDEX Next;
- } u;
- } OldCell;
- struct
- {
- union
- {
- ULONG UserData;
- HCELL_INDEX Next;
- } u;
- } NewCell;
- } u;
} HCELL, *PHCELL;
#include <poppack.h>
Author: turner
Date: Fri Aug 18 05:51:44 2006
New Revision: 23599
URL: http://svn.reactos.org/svn/reactos?rev=23599&view=rev
Log:
minor grammatical / wording fixes. bug 1747
Modified:
trunk/reactos/dll/win32/msgina/En.rc
Modified: trunk/reactos/dll/win32/msgina/En.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msgina/En.rc?rev…
==============================================================================
--- trunk/reactos/dll/win32/msgina/En.rc (original)
+++ trunk/reactos/dll/win32/msgina/En.rc Fri Aug 18 05:51:44 2006
@@ -48,9 +48,9 @@
STRINGTABLE
BEGIN
IDS_LOGGEDOUTSAS "Welcome!"
- IDS_LOCKEDSAS "The computer is currently locked"
- IDS_PRESSCTRLALTDELETE "Press CONTROL+ALT+DELETE key combination"
+ IDS_LOCKEDSAS "The computer is currently locked."
+ IDS_PRESSCTRLALTDELETE "Press Control+Alt+Delete to Logon."
IDS_ASKFORUSER "User name: "
IDS_ASKFORPASSWORD "Password: "
- IDS_FORCELOGOFF "This will close the the session of the current user, and loose all his unsaved work. Continue?"
+ IDS_FORCELOGOFF "This will log out the current user and lose all unsaved data. Continue?"
END