Skip to content

LNK2019 (VirtualAllocFromApp) #101

@Guekka

Description

@Guekka

Looking at older PRs, it was introduced by #80. I don't know why, but replacing in virtual_memory.cpp :
#if (_MSC_VER <= 1900)
with
#if (_MSC_VER <= 1900) || WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP)
fixes it. Not sure if it is a real fix.

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