Re: [E-devel] [Patch] eina_inline_lock_win32

2012-01-18 Thread Vincent Torri
On Thu, Jan 19, 2012 at 7:14 AM, cnook wrote: > Hello All. > > I have got a build error as following. >  ../../src/include/eina_inline_lock_win32.x:496:30: error: 'ev' > undeclared (first use in this function) > > So I have changed ev->shared->lock to  *sem. > That's all. Please review the patch.

[E-devel] [Patch] eina_inline_lock_win32

2012-01-18 Thread cnook
Hello All. I have got a build error as following. ../../src/include/eina_inline_lock_win32.x:496:30: error: 'ev' undeclared (first use in this function) So I have changed ev->shared->lock to *sem. That's all. Please review the patch. Sincerely, Shinwoo Kim. Index: src/include/eina_inline_lock_