Status: Untriaged Owner: [email protected] CC: [email protected] Labels: Type-Bug Pri-1 OS-Windows Area-Misc Mstone-X
New issue 8436 by [email protected]: Mismatched export vs import in DumpProcess() http://code.google.com/p/chromium/issues/detail?id=8436 In one file 115: typedef void (__stdcall *DumpProcessFunction)(); In another file 34: extern "C" void __declspec(dllexport) __cdecl DumpProcess() { http://cs/codesearch?q=DumpProcess&c=chrome I rather we have all stdcall. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
