diff options
Diffstat (limited to 'lib/wrappers/iup.nim')
-rwxr-xr-x | lib/wrappers/iup.nim | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/wrappers/iup.nim b/lib/wrappers/iup.nim index 4a64b2526..c37d31047 100755 --- a/lib/wrappers/iup.nim +++ b/lib/wrappers/iup.nim @@ -1,6 +1,6 @@ # # Binding for the IUP GUI toolkit -# (c) 2009 Andreas Rumpf +# (c) 2010 Andreas Rumpf # C header files translated by hand # Licence of IUP follows: @@ -28,6 +28,7 @@ # SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. # **************************************************************************** +{.deadCodeElim: on.} when defined(windows): const dllname = "iup(30|27|26|25|24).dll" |