Commit 71e6a406 authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

BUILTIN32_LoadLibraryExA: set larger size for internal buffer names.

parent 91ebff2e
......@@ -123,7 +123,7 @@ static void load_library( void *base, const char *filename )
*/
NTSTATUS BUILTIN32_LoadLibraryExA(LPCSTR path, DWORD flags, WINE_MODREF** pwm)
{
char error[256], dllname[20], *p;
char error[256], dllname[MAX_PATH], *p;
int file_exists;
LPCSTR name;
void *handle;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment