Skip to content
Snippets Groups Projects
Commit c1400288 authored by Wes Kocher's avatar Wes Kocher
Browse files

Backed out changeset 0df56be60d07 (bug 1393498) for windows build failures a=backout

MozReview-Commit-ID: 9LrZYhCPjRv
parent cae249f8
No related branches found
No related tags found
No related merge requests found
......@@ -301,7 +301,7 @@ printf_stderr(const char *fmt, ...)
#ifdef _M_IX86
typedef void (__fastcall* BaseThreadInitThunk_func)(BOOL aIsInitialThread, void* aStartAddress, void* aThreadParam);
static MOZ_NORETURN BaseThreadInitThunk_func stub_BaseThreadInitThunk = nullptr;
static BaseThreadInitThunk_func stub_BaseThreadInitThunk = nullptr;
#endif
typedef NTSTATUS (NTAPI *LdrLoadDll_func) (PWCHAR filePath, PULONG flags, PUNICODE_STRING moduleFileName, PHANDLE handle);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment