appwiz: Mark internal symbols as hidden.

This commit is contained in:
Marcus Meissner 2011-05-13 16:28:00 +02:00 committed by Alexandre Julliard
parent 98799741a2
commit bc2a2f39da
1 changed files with 2 additions and 2 deletions

View File

@ -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)
{