Content deleted Content added
Line 131:
//Simple paints a rectangle (GDI32)
//It's a GDI API, Use Windows provided GDI library in order to compile the code.
Rectangle(dsi_win->hdc, 50, 50, 200, 200);
|
Line 131:
//Simple paints a rectangle (GDI32)
//It's a GDI API, Use Windows provided GDI library in order to compile the code.
Rectangle(dsi_win->hdc, 50, 50, 200, 200);
|