Interlocked LONG* gcc warning fixes.
diff --git a/dlls/oleaut32/tmarshal.c b/dlls/oleaut32/tmarshal.c
index 77c49ae..e5fc8dd 100644
--- a/dlls/oleaut32/tmarshal.c
+++ b/dlls/oleaut32/tmarshal.c
@@ -358,7 +358,7 @@
typedef struct _TMProxyImpl {
LPVOID *lpvtbl;
const IRpcProxyBufferVtbl *lpvtbl2;
- ULONG ref;
+ LONG ref;
TMAsmProxy *asmstubs;
ITypeInfo* tinfo;
@@ -1912,7 +1912,7 @@
typedef struct _TMStubImpl {
const IRpcStubBufferVtbl *lpvtbl;
- ULONG ref;
+ LONG ref;
LPUNKNOWN pUnk;
ITypeInfo *tinfo;