Commit 6fbcf3ac authored by Davis King's avatar Davis King

updated the docs

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402529
parent a11ffaf4
......@@ -16,16 +16,6 @@
Programs written using them can be compiled under POSIX or MS Windows platforms without changing the code.
</p>
<p>One important thing to note about the API wrappers (except the threading wrappers)
is that some platforms
need to be initialized in some way or another before the API will work right.
Because of this it is never safe to call API wrapper functions before
main() has been entered. This means no global objects with
constructors that call them or any weird stuff like that.</p>
</body>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment