Message79236
I do have an issue with the patch's startup code. The prototype for
the thread entry should be "DWORD WINAPI function(PVOID);". The
important distinction is the WINAPI part, which resolves to __stdcall
but doesn't have to. I know that some CE targets actually #define
__cdecl __stdcall or vice versa, but using WINAPI always works. I'd
then also change the comment to "...to adapt between our function
signature and the one used by _createthreadex", as the internally used
one doesn't mention __cdecl. |
|
| Date |
User |
Action |
Args |
| 2009-01-06 08:39:47 | eckhardt | set | recipients:
+ eckhardt, amaury.forgeotdarc, kristjan.jonsson |
| 2009-01-06 08:39:47 | eckhardt | set | messageid: <[email protected]> |
| 2009-01-06 08:39:46 | eckhardt | link | issue3582 messages |
| 2009-01-06 08:39:45 | eckhardt | create | |
|