Author: janderwald
Date: Tue Jul 4 00:27:46 2006
New Revision: 22809
URL: http://svn.reactos.org/svn/reactos?rev=22809&view=rev
Log:
set svn:eol-style:native
Modified:
trunk/reactos/subsystems/win32/csrss/win32csr/en.rc (contents, props changed)
Modified: trunk/reactos/subsystems/win32/csrss/win32csr/en.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win32/csrss/win…
==============================================================================
--- trunk/reactos/subsystems/win32/csrss/win32csr/en.rc (original)
+++ trunk/reactos/subsystems/win32/csrss/win32csr/en.rc Tue Jul 4 00:27:46 2006
@@ -1,28 +1,28 @@
-LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
-
-IDD_END_NOW DIALOG DISCARDABLE 0, 0, 200, 95
-STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
-CAPTION "End Program - "
-FONT 8, "MS Shell Dlg"
-BEGIN
- LTEXT "Ending Program... Please wait",IDC_STATIC,7,7,186,11
- CONTROL "Progress",IDC_PROGRESS,"msctls_progress32",WS_BORDER,
- 7,20,186,13
- LTEXT "If you choose to end the program immediately, you will lose any unsaved data. To end the program now, click End Now.",
- IDC_STATIC,7,40,186,26
- DEFPUSHBUTTON "&End Now",IDC_END_NOW,150,71,43,17
-END
-
-IDD_NOT_RESPONDING DIALOG DISCARDABLE 0, 0, 192, 122
-STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
-CAPTION "End Program - "
-FONT 8, "MS Shell Dlg"
-BEGIN
- DEFPUSHBUTTON "Cancel",IDCANCEL,142,98,43,17
- PUSHBUTTON "&End Now",IDC_END_NOW,78,98,43,17
- LTEXT "This program is not responding",IDC_STATIC,7,7,178,8
- LTEXT "To return to ReactOS and check the status of the program, click Cancel",
- IDC_STATIC,7,26,178,16
- LTEXT "If you choose to end the program immediately, you will loose any unsaved data. To end the program now, click End Now",
- IDC_STATIC,7,53,178,26
-END
+LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
+
+IDD_END_NOW DIALOG DISCARDABLE 0, 0, 200, 95
+STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
+CAPTION "End Program - "
+FONT 8, "MS Shell Dlg"
+BEGIN
+ LTEXT "Ending Program... Please wait",IDC_STATIC,7,7,186,11
+ CONTROL "Progress",IDC_PROGRESS,"msctls_progress32",WS_BORDER,
+ 7,20,186,13
+ LTEXT "If you choose to end the program immediately, you will lose any unsaved data. To end the program now, click End Now.",
+ IDC_STATIC,7,40,186,26
+ DEFPUSHBUTTON "&End Now",IDC_END_NOW,150,71,43,17
+END
+
+IDD_NOT_RESPONDING DIALOG DISCARDABLE 0, 0, 192, 122
+STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
+CAPTION "End Program - "
+FONT 8, "MS Shell Dlg"
+BEGIN
+ DEFPUSHBUTTON "Cancel",IDCANCEL,142,98,43,17
+ PUSHBUTTON "&End Now",IDC_END_NOW,78,98,43,17
+ LTEXT "This program is not responding",IDC_STATIC,7,7,178,8
+ LTEXT "To return to ReactOS and check the status of the program, click Cancel",
+ IDC_STATIC,7,26,178,16
+ LTEXT "If you choose to end the program immediately, you will loose any unsaved data. To end the program now, click End Now",
+ IDC_STATIC,7,53,178,26
+END
Propchange: trunk/reactos/subsystems/win32/csrss/win32csr/en.rc
------------------------------------------------------------------------------
svn:eol-style = native
Author: greatlrd
Date: Tue Jul 4 00:27:38 2006
New Revision: 22808
URL: http://svn.reactos.org/svn/reactos?rev=22808&view=rev
Log:
5 of 4 commit (sorry my svn clinet is crazy for moment)
Commit w3seek patch from bug 1609 : file attachment (id=910)
The attached patch implements QueueUserWorkItem()/RtlQueueWorkItem() (lacks
optimizations!!!). WINE's latest rpcrt4 relies on it.
1. Implement QueueUserWorkItem()/RtlQueueWorkItem() :
2. A slightly optimized
3. Supports WT_TRANSFER_IMPERSONATION
4. Slightly improved handling of growing/shrinking the pool by assuming work items with WT_EXECUTELONGFUNCTION run longer
5. Fixes a hack that made a worker thread always terminate if there were at least one more thread available
Modified:
trunk/reactos/dll/ntdll/def/ntdll.def
Modified: trunk/reactos/dll/ntdll/def/ntdll.def
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/ntdll/def/ntdll.def?re…
==============================================================================
--- trunk/reactos/dll/ntdll/def/ntdll.def (original)
+++ trunk/reactos/dll/ntdll/def/ntdll.def Tue Jul 4 00:27:38 2006
@@ -601,6 +601,7 @@
RtlQuerySecurityObject@20
RtlQueryTagHeap@20
RtlQueryTimeZoneInformation@4
+RtlQueueWorkItem@12
RtlRaiseException@4
RtlRaiseStatus@4
RtlRandom@4