patch 7.4.1203
Problem: Still more files still using __ARGS.
Solution: Remove __ARGS in really the last files.
diff --git a/src/proto/if_ole.pro b/src/proto/if_ole.pro
index 36edcb0..adedf6a 100644
--- a/src/proto/if_ole.pro
+++ b/src/proto/if_ole.pro
@@ -1,5 +1,5 @@
/* if_ole.cpp */
-void InitOLE __ARGS((int* pbDoRestart));
-void UninitOLE __ARGS((void));
-void RegisterMe __ARGS((int silent));
-void UnregisterMe __ARGS((int bNotifyUser));
+void InitOLE(int* pbDoRestart);
+void UninitOLE(void);
+void RegisterMe(int silent);
+void UnregisterMe(int bNotifyUser);