// Name: utils.h
// Purpose: interface of various utility classes and functions
// Author: wxWidgets team
-// RCS-ID: $Id$
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
@param module The @c HINSTANCE of the module to load the resources from.
The current module is used by default. This parameter is new since
wxWidgets 2.9.1.
- @return A pointer to the data to be <tt>delete[]<tt>d by caller on success
+ @return A pointer to the data to be <tt>delete[]</tt>d by caller on success
or @NULL on error.
This function is available under Windows only.