Commit bc2a2f39 authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

appwiz: Mark internal symbols as hidden.

parent 98799741
......@@ -16,9 +16,9 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
BOOL install_wine_gecko(void);
BOOL install_wine_gecko(void) DECLSPEC_HIDDEN;
extern HINSTANCE hInst;
extern HINSTANCE hInst DECLSPEC_HIDDEN;
static inline void *heap_alloc(size_t len)
{
......
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