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
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
==
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
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