[Mingw-w64-public] Missing Symbols in `libuuid.a'

2015-04-29 Thread Alexander Shukaev
Hello, I'm getting a couple of undefined references: undefined reference to `CLSID_ShellWindows' undefined reference to `IID_IShellWindows' Please, enable those symbols in the `libuuid.a' library. Thank you. Kind regards, Alexander

[Mingw-w64-public] [PATCH] msinkaut_i.c: Added new file.

2015-04-29 Thread Jacek Caban
This file is distributed together with header files in PSDK. I generated it by widl from the IDL file from my previous patch. We could automate that, but since it's the only such file so far, I don't think it's worth the trouble. --- mingw-w64-headers/include/msinkaut_i.c | 56

Re: [Mingw-w64-public] [PATCH] msinkaut.idl: Added new file.

2015-04-29 Thread Kai Tietz
Patch is ok. Thanks, Kai 2015-04-29 21:29 GMT+02:00 Jacek Caban ja...@codeweavers.com: --- mingw-w64-headers/Makefile.am | 1 + mingw-w64-headers/include/msinkaut.idl | 711 + mingw-w64-headers/include/tpcshrd.idl | 12 + 3 files changed, 724

[Mingw-w64-public] [PATCH] msinkaut.idl: Added new file.

2015-04-29 Thread Jacek Caban
--- mingw-w64-headers/Makefile.am | 1 + mingw-w64-headers/include/msinkaut.idl | 711 + mingw-w64-headers/include/tpcshrd.idl | 12 + 3 files changed, 724 insertions(+) create mode 100644 mingw-w64-headers/include/msinkaut.idl diff --git

Re: [Mingw-w64-public] [PATCH] msinkaut_i.c: Added new file.

2015-04-29 Thread Kai Tietz
Agreed. Thanks for the patch, please apply. Kai 2015-04-29 22:07 GMT+02:00 Jacek Caban ja...@codeweavers.com: This file is distributed together with header files in PSDK. I generated it by widl from the IDL file from my previous patch. We could automate that, but since it's the only such