Re: [Mingw-w64-public] 2 bugreports for release 4.8.1 rev 4

2013-08-29 Thread Kai Tietz
Thanks for the information. I fixed RollforwardTransactionManager call-abi at revision 6165. Thanks, Kai -- Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! Discover the easy way to master current a

Re: [Mingw-w64-public] 2 bugreports for release 4.8.1 rev 4

2013-08-29 Thread Sergei Antonov
On 26 August 2013 21:07, Kai Tietz wrote: > thanks, this warning is caused by missing prototypes in ktmw32.h > header. I added it at revision 6141. The problem is gone, thanks. One more change can be done to further improve ktmw32.h: bash-4.1# svn diff Index: include/ktmw32.h ==

Re: [Mingw-w64-public] 2 bugreports for release 4.8.1 rev 4

2013-08-26 Thread Kai Tietz
Hi, 2013/8/26 Sergei Antonov : > Hi! This is my test program: > > #include > #include > int main(){ > HANDLE transaction = CreateTransaction(NULL, NULL, 0, 0, 0, 0, L"my descr"); > if (transaction != INVALID_HANDLE_VALUE) > CloseHandle(transaction); > } > > == 1. Bogus warning == > Using

[Mingw-w64-public] 2 bugreports for release 4.8.1 rev 4

2013-08-26 Thread Sergei Antonov
Hi! This is my test program: #include #include int main(){ HANDLE transaction = CreateTransaction(NULL, NULL, 0, 0, 0, 0, L"my descr"); if (transaction != INVALID_HANDLE_VALUE) CloseHandle(transaction); } == 1. Bogus warning == Using x64-4.8.1-release-win32-seh-rev4.7z compilation succe