Author: mladen.turk(a)jboss.com
Date: 2007-09-28 04:26:55 -0400 (Fri, 28 Sep 2007)
New Revision: 1055
Modified:
trunk/sight/native/os/windows/process.c
Log:
Opps. Rollback
Modified: trunk/sight/native/os/windows/process.c
===================================================================
--- trunk/sight/native/os/windows/process.c 2007-09-28 08:26:03 UTC (rev 1054)
+++ trunk/sight/native/os/windows/process.c 2007-09-28 08:26:55 UTC (rev 1055)
@@ -482,7 +482,7 @@
LPWSTR cmdl;
int pargc;
LPWSTR *pargs;
- printf("Process SELF!!!\n");
+
if ((env = GetEnvironmentStringsW())) {
SET_IFIELD_O(0004, thiz, sight_mw_to_sa(_E, env));
FreeEnvironmentStrings(env);
Show replies by date