Uploaded image for project: 'WiredTiger'
  1. WiredTiger
  2. WT-1333

Make explicit calls ascii versions of Windows functions

    • Type: Icon: Task Task
    • Resolution: Done
    • WT2.4.1
    • Affects Version/s: None
    • Component/s: None

      Windows API allows you to choose whether to call the ASCII, or Unicode versions of their APIs. You can either call the API with A or W if you want to be explicit or let preprocessor defines dictate which version is chosen.

      Currently, WT is uses the naked API calls like CreateFile which can either become CreateFileA or CreateFileW depending on preprocessor defines. With change, I have chosen to explicitly call the ascii versions to be clear.

            Assignee:
            keith.bostic@mongodb.com Keith Bostic (Inactive)
            Reporter:
            mark.benvenuto@mongodb.com Mark Benvenuto
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: