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

Comparing libcoro/coro.c (file contents):
Revision 1.63 by root, Wed Dec 5 01:09:12 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
513#include <stdio.h>//D
514VOID CALLBACK 514VOID CALLBACK
515coro_init (PVOID arg) 515coro_init (PVOID arg)
516{ 516{
517 coro_context *ctx = (coro_context *)arg; 517 coro_context *ctx = (coro_context *)arg;
518 518

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines