]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/dynlib.tex
mention Watcom makefile for wxBase
[wxWidgets.git] / docs / latex / wx / dynlib.tex
index 8693f8ae88a075949a3c4bfe22a9113226e0dae5..44bdb0972fd110336f6edbe446eb76149c89f092 100644 (file)
@@ -31,7 +31,7 @@ Constructor. Second form calls \helpref{Load}{wxdynamiclibraryload}.
 
 \constfunc{bool}{IsLoaded}{\void}
 
-Returns TRUE if the library was successfully loaded, FALSE otherwise.
+Returns true if the library was successfully loaded, false otherwise.
 
 \membersection{wxDynamicLibrary::Load}\label{wxdynamiclibraryload}
 
@@ -39,7 +39,7 @@ Returns TRUE if the library was successfully loaded, FALSE otherwise.
 
 Loads DLL into memory.
 
-Returns TRUE if the library was successfully loaded, FALSE otherwise.
+Returns true if the library was successfully loaded, false otherwise.
 
 \membersection{wxDynamicLibrary::Unload}\label{wxdynamiclibraryunload}