mturk 2003/09/28 00:04:35
Modified: daemon/src/native/nt/procrun procrun.c
Log:
Bljax...
Remove those CRLF's.
Revision Changes Path
1.3 +19 -19 jakarta-commons/daemon/src/native/nt/procrun/procrun.c
Index: procrun.c
===================================================================
RCS file: /home/cvs/jakarta-commons/daemon/src/native/nt/procrun/procrun.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- procrun.c 28 Sep 2003 06:53:10 -0000 1.2
+++ procrun.c 28 Sep 2003 07:04:35 -0000 1.3
@@ -2409,7 +2409,7 @@
static LRESULT CALLBACK ttyConsoleCtrlWndProc(HWND hwnd, UINT msg,
WPARAM wParam, LPARAM lParam)
{
-
+
if (msg == WM_CREATE) {
DBPRINTF0("ttyConsoleCtrlWndProc WM_CREATE\n");
return 0;
@@ -2988,24 +2988,24 @@
}
#elif defined(PROCRUN_WINDLL)
#pragma message("Compiling Control Panel Application mode")
-
-/* XXX: Work in progress */
-/*
- * Allows that all the installed TC services
- * can be managed from Windows Control Panel
- */
-
-LONG APIENTRY CPlApplet(HWND hwndCPL,
- UINT uMsg,
- LONG lParam1,
- LONG lParam2)
-{
-
-
-
-
- return 1;
-}
+
+/* XXX: Work in progress */
+/*
+ * Allows that all the installed TC services
+ * can be managed from Windows Control Panel
+ */
+
+LONG APIENTRY CPlApplet(HWND hwndCPL,
+ UINT uMsg,
+ LONG lParam1,
+ LONG lParam2)
+{
+
+
+
+
+ return 1;
+}
#else
#error Unknown application mode
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]