mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-2500 Talk about static libraries and the global mutex
X-SVN-Rev: 11566
This commit is contained in:
parent
912673a5e4
commit
b82689e6e5
1 changed files with 3 additions and 4 deletions
|
@ -32,7 +32,7 @@
|
|||
<abbr title="International Components for Unicode">ICU</abbr> 2.6
|
||||
ReadMe</h1>
|
||||
|
||||
<p>Version: 2003-Apr-14<br>
|
||||
<p>Version: 2003-Apr-16<br>
|
||||
Copyright © 1997-2003 International Business Machines Corporation and
|
||||
others. All Rights Reserved.</p>
|
||||
<!-- Remember that there is a copyright at the end too -->
|
||||
|
@ -1408,13 +1408,12 @@ del common/libicuuc.o
|
|||
mutex is not initialized:</p>
|
||||
|
||||
<ul>
|
||||
<li>Static ICU libraries are used.</li>
|
||||
|
||||
<li>ICU is used on Mac OS X</li>
|
||||
|
||||
<li>ICU is used on HP-UX and the program's main() function is not
|
||||
declared in a C++ file.</li>
|
||||
|
||||
<li>Static ICU libraries are used and the program's main() function is
|
||||
not declared in a C++ file.</li>
|
||||
</ul>
|
||||
|
||||
<p>Upon the first usage of most ICU APIs, the global mutex will get
|
||||
|
|
Loading…
Add table
Reference in a new issue