Skip to content

Does not compile in Windows in Unicode (WCHAR) mode #170

Open
@rpatters1

Description

@rpatters1

It is easy enough to fix by appending "A" to the affected functions:

  • CreateFileA
  • GetFinalPathNameByHandleA
  • CreateHardLinkA
  • CreateSymbolicLinkA
  • GetFileAttributesExA

However, it really depends on what the goal of the repo is. A more appropriate approach might be to convert all the relevant strings to WCHAR and call the W versions. This would require changing the inputs from ANSI to UTF8.

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