www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 8132] New: LPTSTR always aliases to LPSTR

reply d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=8132

           Summary: LPTSTR always aliases to LPSTR
           Product: D
           Version: D2
          Platform: All
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: druntime
        AssignedTo: nobody puremagic.com
        ReportedBy: dawg dawgfoto.de



http://msdn.microsoft.com/en-us/library/dd374131(v=vs.85).aspx

In C this depends on whether UNICODE is set or not. As long as we don't have
such a switch LPTSTR shouldn't be declared.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
May 22 2012
next sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=8132




Commits pushed to master at https://github.com/D-Programming-Language/druntime

https://github.com/D-Programming-Language/druntime/commit/a9bbb65ab0e69cfc25da76cdc2828af3ba083fcb
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

https://github.com/D-Programming-Language/druntime/commit/4b59883ba4b4b4f9e80a9c9a26aa7b4dc412657b


fix issue 8132 - LPTSTR always aliases to LPSTR

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
May 29 2012
prev sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=8132


Andrej Mitrovic <andrej.mitrovich gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |andrej.mitrovich gmail.com
         Resolution|                            |FIXED


-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Feb 05 2013