mirror of https://github.com/buggins/dlangui.git
update readme for win32
This commit is contained in:
parent
7ca206fe3d
commit
240a693942
|
@ -0,0 +1,21 @@
|
||||||
|
+--------------------------------------+
|
||||||
|
| Translation of the Win32 API headers |
|
||||||
|
+--------------------------------------+
|
||||||
|
|
||||||
|
This is a project to create a well-crafted translation of the Windows 32-bit API headers in the D programming language.
|
||||||
|
|
||||||
|
The project started off as an improvement of Y. Tomino's translation, but is now a derivative of the public domain MinGW Windows headers.
|
||||||
|
|
||||||
|
The official project page is at
|
||||||
|
|
||||||
|
http://www.dsource.org/projects/bindings/wiki/WindowsApi
|
||||||
|
|
||||||
|
If you wish to contribute to this project, please assign modules to yourself at that site, and refer to the translation instructions.
|
||||||
|
|
||||||
|
Email me with comments/suggestions/bug reports: smjg@iname.com
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
NOTE: Files unused by dlangui were moved to 3rdparty-extra.
|
Loading…
Reference in New Issue