[PATCH 4/5] scrrun: Add IFileSystem3::GetTempName implementation

Alexandre Julliard julliard at winehq.org
Wed Jul 24 13:06:15 CDT 2013


Piotr Caban <piotr at codeweavers.com> writes:

> @@ -174,6 +174,7 @@ BOOL WINAPI DllMain( HINSTANCE hinst, DWORD reason, LPVOID reserved )
>          case DLL_PROCESS_ATTACH:
>              DisableThreadLibraryCalls( hinst );
>              scrrun_instance = hinst;
> +            srand(GetTickCount());

You don't want to do that.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list