Skip to content

TODO #8

@tumagonx

Description

@tumagonx
  • move to msvc compiler or maybe clang instead of gcc
    there are several .obj/.lib of interest that provide "official" backported functions
    msvcrt_winxp.obj (part of WDK/DDK) : provide some secure api
    fileextd.lib (independent / part of WSDK) : with the help of fileextd.h (download) this provide OpenFileById, GetFileInformationByHandleEx, SetFileInformationByHandle. note that the one shipped with WSDK need Windows NT 5.2 (2003/XP64).
  • cleanup Pthread emulated ThreadAPI, there are lot example out there.
  • fix GetFinalPathNameByHandle, currently the code make no sense when tested on real XP.
  • incorporate https://github.com/katahiromz/vista2xp especially shell32 part which bring SHCreateItemFromParsingName

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