Merge pull request #4092 from ntherning/fix-w32process-win32.c-build-failure
[mono.git] / mono / metadata / w32process.h
index 7df9caf67f7a05f2df60e4fc78a102a4812897a5..af283182a907617f3ebe9b13482b271dd452e5df 100644 (file)
@@ -36,8 +36,7 @@ typedef struct
        gpointer thread_handle;
        guint32 pid; /* Contains GetLastError () on failure */
        guint32 tid;
-       MonoArray *env_keys;
-       MonoArray *env_values;
+       MonoArray *env_variables;
        MonoString *username;
        MonoString *domain;
        gpointer password; /* BSTR from SecureString in 2.0 profile */