W dniu 19.07.2010 15:02, Henri Verbeet pisze:
2010/7/18 Mariusz Plucińskivshader@gmail.com:
+static HINSTANCE hInstance;
This is unused.
You're mixing tabs and spaces, and have a couple of trailing spaces.
Also:
DllRegisterServer (OLEAUT32.@)
The code of "my" regsvr.c is almost non-modified copy of the same file in oleaut32.dll implementation. If it's bad formatted, why it exists in official Wine code?
However, I modified my copy to fulfill Wine's formatting assumptions and resent it. Hope it's acceptable now.