Numerous bug fixes to all platforms
Works both installed and not installed
This commit is contained in:
parent
c913f9f99a
commit
a81ea73566
68 changed files with 384 additions and 35286 deletions
|
@ -1,17 +0,0 @@
|
|||
/* MinWin unittest
|
||||
*
|
||||
* Written by Ben Hinkle and released to the public domain, as
|
||||
* explained at http://creativecommons.org/licenses/publicdomain
|
||||
* Report comments and bugs at dsource: http://www.dsource.org/projects/minwin
|
||||
*/
|
||||
|
||||
import minwin.all;
|
||||
|
||||
extern (C)
|
||||
int MinWinMain(Application* app) {
|
||||
Point p = XY(100,100);
|
||||
Group g = new Group(null);
|
||||
app.rsrc("100");
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue