nappgui-sys 0.2.0

Rust raw bindings to NAppGUI
Documentation
/*
 * NAppGUI Cross-platform C SDK
 * 2015-2025 Francisco Garcia Collado
 * MIT Licence
 * https://nappgui.com/en/legal/license.html
 *
 * File: draw2d_gdi.ixx
 *
 */

/* 2D drawing support */

#ifndef __OSDRAW_WIN2_IXX__
#define __OSDRAW_WIN2_IXX__

#include "../draw2d.hxx"
#include <sewer/nowarn.hxx>
#include <Windows.h>
#include <sewer/warn.hxx>

struct _measurestr_t
{
    HDC hdc;
};

#endif