[ros-diffs] [fireball] 42292: - Unstub get_atom_information request.

fireball at svn.reactos.org fireball at svn.reactos.org
Wed Jul 29 22:39:39 CEST 2009


Author: fireball
Date: Wed Jul 29 22:39:39 2009
New Revision: 42292

URL: http://svn.reactos.org/svn/reactos?rev=42292&view=rev
Log:
- Unstub get_atom_information request.

Modified:
    branches/arwinss/reactos/subsystems/win32/win32k/wine/atom.c
    branches/arwinss/reactos/subsystems/win32/win32k/wine/stubs.c

Modified: branches/arwinss/reactos/subsystems/win32/win32k/wine/atom.c
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/wine/atom.c?rev=42292&r1=42291&r2=42292&view=diff
==============================================================================
--- branches/arwinss/reactos/subsystems/win32/win32k/wine/atom.c [iso-8859-1] (original)
+++ branches/arwinss/reactos/subsystems/win32/win32k/wine/atom.c [iso-8859-1] Wed Jul 29 22:39:39 2009
@@ -420,7 +420,6 @@
 }
 
 /* get global atom name */
-#if 0
 DECL_HANDLER(get_atom_information)
 {
     struct atom_table *table = get_table( req->table, 0 );
@@ -439,7 +438,7 @@
         release_object( table );
     }
 }
-#endif
+
 /* set global atom name */
 DECL_HANDLER(set_atom_information)
 {

Modified: branches/arwinss/reactos/subsystems/win32/win32k/wine/stubs.c
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/wine/stubs.c?rev=42292&r1=42291&r2=42292&view=diff
==============================================================================
--- branches/arwinss/reactos/subsystems/win32/win32k/wine/stubs.c [iso-8859-1] (original)
+++ branches/arwinss/reactos/subsystems/win32/win32k/wine/stubs.c [iso-8859-1] Wed Jul 29 22:39:39 2009
@@ -555,11 +555,6 @@
     UNIMPLEMENTED;
 }
 
-DECL_HANDLER(get_atom_information)
-{
-    UNIMPLEMENTED;
-}
-
 DECL_HANDLER(get_process_idle_event)
 {
     UNIMPLEMENTED;




More information about the Ros-diffs mailing list