Fix build with recent lua changes.
authorEvan Huus <eapache@gmail.com>
Thu, 27 Feb 2014 21:59:08 +0000 (16:59 -0500)
committerEvan Huus <eapache@gmail.com>
Thu, 27 Feb 2014 22:00:49 +0000 (22:00 +0000)
commit54cccefef604dd5a128512fa4c9d04cf8b25d55b
treeb4194a61cd33f6ee4c4fdafda48d1487856147a9
parent655f2e4dd4c520ff40427af85034860d13103e58
Fix build with recent lua changes.

Use FT_NONE instead of 0 to initialize an enum.
Drop use of lround/llround since they are not available on Windows.

Change-Id: I3961c1921304bafc090c763f0d6de8532f0b3510
Reviewed-on: https://code.wireshark.org/review/425
Reviewed-by: Evan Huus <eapache@gmail.com>
epan/wslua/wslua.h
epan/wslua/wslua_proto.c