-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
- 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 provideOpenFileById,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
Labels
No labels