Skip to content

LPCWSTR and other strings are translated to ints #296

@Temtaime

Description

@Temtaime
#include "windows.h"

struct S
{
	LPCWSTR p;
};

Produces

extern (C)
{
	struct S
	{
		const(ushort)* p;
	}
}

Can we have a wchar ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions