nspr.cfg: Added documentation.

This commit is contained in:
orbitcowboy 2019-06-16 13:34:00 +02:00
parent 9d34ff6fb9
commit 46745e2054
1 changed files with 5 additions and 0 deletions

View File

@ -1,4 +1,9 @@
<?xml version="1.0"?>
<!-- Netscape Portable Runtime (NSPR) provides a platform-neutral API for system level and libc-like functions.
The API is used in the Mozilla clients, many of Red Hat's and Oracle's server applications, and other software offerings.
Ref.:
https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSPR
-->
<def>
<define name="PR_EXPORT(__type)" value=""/>
<define name="PR_EXPORT_DATA(__type)" value=""/>