Changeset 70

Show
Ignore:
Timestamp:
08/03/06 11:42:11 (2 years ago)
Author:
Gregor
Message:

Updated to latest bcd.gen version.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/bindings/bcd/bind.d

    r62 r70  
    2424module bcd.bind; 
    2525 
     26// make sure _IO_FILE gets defined properly 
     27import std.c.stdio; 
     28alias FILE _IO_FILE; 
     29 
    2630class BoundClass { 
    2731    this(ifloat ignore) {}