From 240a693942b5d69fd4fd6ca78c0802010bdb8cfc Mon Sep 17 00:00:00 2001 From: Vadim Lopatin Date: Thu, 22 Jan 2015 09:14:34 +0300 Subject: [PATCH] update readme for win32 --- 3rdparty/win32/readme.txt | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 3rdparty/win32/readme.txt diff --git a/3rdparty/win32/readme.txt b/3rdparty/win32/readme.txt new file mode 100644 index 00000000..f38583eb --- /dev/null +++ b/3rdparty/win32/readme.txt @@ -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. \ No newline at end of file