Andrew Nguyen anguyen@codeweavers.com writes:
- ok( environ != NULL, "Expected the environ global variable to be initialized on startup\n" );
- ok( _wenviron != NULL, "Expected the _wenviron global variable to be initialized on startup\n" );
This won't test what you want, importing variables is not supported on Wine, you have to load the variables explicitly with GetProcAddress,