Changeset 9
- Timestamp:
- 05/01/04 03:02:59 (4 years ago)
- Files:
-
- trunk/dwt/internal/win32/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/dwt/internal/win32/readme.txt
r4 r9 1 M uchof 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.1 Many 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. 2 2 3 - John R eimer3 - John R.
