commit | 1c62ffa53052c2ce14deb0a2adbc343fd79ed19e | [log] [tgz] |
---|---|---|
author | Robin Raymond <robin@opticaltone.com> | Sun Dec 03 21:45:56 2017 |
committer | Patrik Höglund <phoglund@webrtc.org> | Tue Dec 12 14:32:56 2017 |
tree | 12d42fc92d9798a241a81e4e87366b35049b1668 | |
parent | 818d91039282e5178b766d1123f17b543327269d [diff] |
Normalize main(..) routines for WinUWP In order to support WinUWP platform, all main(..) routines must be normalized to the formal int main(int argc, char* argv[]) form. A platform wrapper main is auto-created linking against the default main(...). This can only work if the linkage is exactly matching the proper formal definition and not a loosely defined main(...) alternative. Bug: webrtc:8608 Change-Id: I606663aaea7df1792c7c5636279617b8926fa5cc Reviewed-on: https://webrtc-review.googlesource.com/28721 Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Stefan Holmer <stefan@webrtc.org> Cr-Commit-Position: refs/heads/master@{#21229}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.