Re: [1/7] msvcrt: Initialize the environ global variables on DLL load.
Sept. 28, 2010
10:34 a.m.
Andrew Nguyen <anguyen(a)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, -- Alexandre Julliard julliard(a)winehq.org
5657
Age (days ago)
5657
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard