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.64 by root, Wed Dec 5 13:01:18 2012 UTC

508#elif CORO_FIBER 508#elif CORO_FIBER
509 509
510#define WIN32_LEAN_AND_MEAN 510#define WIN32_LEAN_AND_MEAN
511#include <windows.h> 511#include <windows.h>
512 512
513#include <stdio.h>//D
514VOID CALLBACK 513VOID CALLBACK
515coro_init (PVOID arg) 514coro_init (PVOID arg)
516{ 515{
517 coro_context *ctx = (coro_context *)arg; 516 coro_context *ctx = (coro_context *)arg;
518 517

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines