Fix gcc 4.0 -Wpointer-sign warnings.

diff --git a/dlls/ole32/antimoniker.c b/dlls/ole32/antimoniker.c
index 8ec4513..6993b42 100644
--- a/dlls/ole32/antimoniker.c
+++ b/dlls/ole32/antimoniker.c
@@ -49,7 +49,7 @@
      */
     const IROTDataVtbl*  lpvtbl2;  /* VTable relative to the IROTData interface.*/
 
-    ULONG ref; /* reference counter for this object */
+    LONG ref; /* reference counter for this object */
 
 } AntiMonikerImpl;