Skip to content

Windows CreateProcess() in platform.jar #229

@davidhoyt

Description

@davidhoyt

CreateProcess()' lpCommandLine argument is LPTSTR (not LPCTSTR) and can therefore be potentially modified by CreateProcess().

Should the argument instead use a pointer (to an array of wchar_t?)?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions