Skip to content
Snippets Groups Projects
Verified Commit 367198c4 authored by Marco Simonelli's avatar Marco Simonelli Committed by Pier Angelo Vendrame
Browse files

Bug 41459: WebRTC fails to build under mingw (Part 6)

- fixes required to build dom/media/systemservices
parent 2ecc082e
No related branches found
No related tags found
1 merge request!1135Bug 43084: Rebased stable onto 115.15.0esr
......@@ -66,7 +66,7 @@ void DesktopDisplayDevice::setUniqueIdName(const char* aDeviceUniqueIdUTF8) {
SetStringMember(&mDeviceUniqueIdUTF8, aDeviceUniqueIdUTF8);
}
void DesktopDisplayDevice::setPid(const int aPid) { mPid = aPid; }
void DesktopDisplayDevice::setPid(const pid_t aPid) { mPid = aPid; }
ScreenId DesktopDisplayDevice::getScreenId() { return mScreenId; }
......
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