ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libcoro/coro.c
(Generate patch)

Comparing libcoro/coro.c (file contents):
Revision 1.64 by root, Wed Dec 5 13:01:18 2012 UTC vs.
Revision 1.65 by root, Wed Dec 5 13:10:21 2012 UTC

506/* fiber backend */ 506/* fiber backend */
507/*****************************************************************************/ 507/*****************************************************************************/
508#elif CORO_FIBER 508#elif CORO_FIBER
509 509
510#define WIN32_LEAN_AND_MEAN 510#define WIN32_LEAN_AND_MEAN
511#define _WIN32_WINNT 0x0400
511#include <windows.h> 512#include <windows.h>
512 513
513VOID CALLBACK 514VOID CALLBACK
514coro_init (PVOID arg) 515coro_init (PVOID arg)
515{ 516{

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines