Author: akhaldi Date: Thu Jul 28 15:02:50 2011 New Revision: 52961
URL: http://svn.reactos.org/svn/reactos?rev=52961&view=rev Log: [USRMGR] * Use usrmgr.h as a PCH.
Modified: trunk/reactos/dll/cpl/usrmgr/CMakeLists.txt trunk/reactos/dll/cpl/usrmgr/usrmgr.h trunk/reactos/dll/cpl/usrmgr/usrmgr.rbuild
Modified: trunk/reactos/dll/cpl/usrmgr/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/usrmgr/CMakeLists.t... ============================================================================== --- trunk/reactos/dll/cpl/usrmgr/CMakeLists.txt [iso-8859-1] (original) +++ trunk/reactos/dll/cpl/usrmgr/CMakeLists.txt [iso-8859-1] Thu Jul 28 15:02:50 2011 @@ -30,5 +30,5 @@ kernel32 ntdll)
- +add_pch(usrmgr usrmgr.h) add_cd_file(TARGET usrmgr DESTINATION reactos/system32 FOR all)
Modified: trunk/reactos/dll/cpl/usrmgr/usrmgr.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/usrmgr/usrmgr.h?rev... ============================================================================== --- trunk/reactos/dll/cpl/usrmgr/usrmgr.h [iso-8859-1] (original) +++ trunk/reactos/dll/cpl/usrmgr/usrmgr.h [iso-8859-1] Thu Jul 28 15:02:50 2011 @@ -1,5 +1,3 @@ -#pragma once - #include <windows.h> #include <commctrl.h> #include <commdlg.h>
Modified: trunk/reactos/dll/cpl/usrmgr/usrmgr.rbuild URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/usrmgr/usrmgr.rbuil... ============================================================================== --- trunk/reactos/dll/cpl/usrmgr/usrmgr.rbuild [iso-8859-1] (original) +++ trunk/reactos/dll/cpl/usrmgr/usrmgr.rbuild [iso-8859-1] Thu Jul 28 15:02:50 2011 @@ -18,4 +18,5 @@ <file>users.c</file> <file>usrmgr.c</file> <file>usrmgr.rc</file> + <pch>usrmgr.h</pch> </module>