Commit f5156962 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

msi: Mark internal symbols with hidden visibility.

parent d21aca41
......@@ -39,7 +39,7 @@
#include "wine/debug.h"
static const BOOL is_64bit = sizeof(void *) > sizeof(int);
BOOL is_wow64;
BOOL is_wow64 DECLSPEC_HIDDEN;
#define MSI_DATASIZEMASK 0x00ff
#define MSITYPE_VALID 0x0100
......
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