Changeset 9

Show
Ignore:
Timestamp:
05/01/04 03:02:59 (4 years ago)
Author:
jjr
Message:

More grammar updates to readme.txt :-(

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/dwt/internal/win32/readme.txt

    r4 r9  
    1 Much of the structures and windows definitions are probably superfluous because D already defines the windows datatypes and functions.  We should consider simplifying this with appropriate imports.  Some functions must remain such as in OS.d.  But extern(windows) functions should not be necessary.  Also note that changes must be made in OS.d to appropriately use the windows BOOL type (int).  They are incorrectly translated to a d "bit" in extern(windows) function declarations. 
     1Many of the structures and windows definitions are probably superfluous because D already defines the windows datatypes and functions.  We should consider simplifying this with appropriate imports.  Some functions must remain such as in OS.d.  But extern(windows) functions should not be necessary.  Also note that changes must be made in OS.d to appropriately use the windows BOOL type (int).  They are incorrectly translated to a d "bit" in extern(windows) function declarations. 
    22 
    3 - John Reimer 
     3- John R.