Changeset 68

Show
Ignore:
Timestamp:
08/01/06 18:02:46 (2 years ago)
Author:
Gregor
Message:

bcd.gen/bcd/bind.d: Always define _IO_FILE (usu. typedef'd to FILE in C)

Files:

Legend:

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

    r64 r68  
    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) {}