[D-runtime] [D-Programming-Language/druntime] a9bbb6: fix issue 8132 - LPTSTR always aliases to LPSTR

GitHub noreply at github.com
Tue May 29 10:07:52 PDT 2012


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/druntime
  Commit: a9bbb65ab0e69cfc25da76cdc2828af3ba083fcb
      https://github.com/D-Programming-Language/druntime/commit/a9bbb65ab0e69cfc25da76cdc2828af3ba083fcb
  Author: dawg <dawg at dawgfoto.de>
  Date:   2012-05-24 (Thu, 24 May 2012)

  Changed paths:
    M src/core/sys/windows/windows.d

  Log Message:
  -----------
  fix issue 8132 - LPTSTR always aliases to LPSTR

- set version=UNICODE
- make LPTSTR alias depend on version(UNICODE)
- fix usage of LPTSTR in CreateSemaphoreA/OpenSemaphoreA


  Commit: 4b59883ba4b4b4f9e80a9c9a26aa7b4dc412657b
      https://github.com/D-Programming-Language/druntime/commit/4b59883ba4b4b4f9e80a9c9a26aa7b4dc412657b
  Author: Sean Kelly <sean at invisibleduck.org>
  Date:   2012-05-29 (Tue, 29 May 2012)

  Changed paths:
    M src/core/sys/windows/windows.d

  Log Message:
  -----------
  Merge pull request #227 from dawgfoto/fix8132

fix issue 8132 - LPTSTR always aliases to LPSTR


Compare: https://github.com/D-Programming-Language/druntime/compare/1827a50...4b59883


More information about the D-runtime mailing list