public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/108222] New: windows 9x support for libstdc++ threads and probably other character types
@ 2022-12-25 11:57 unlvsur at live dot com
  2022-12-25 12:01 ` [Bug libstdc++/108222] windows 9x support for libstdc++ threads and probably other features like std::filesystem unlvsur at live dot com
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: unlvsur at live dot com @ 2022-12-25 11:57 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108222

            Bug ID: 108222
           Summary: windows 9x support for libstdc++ threads and probably
                    other character types
           Product: gcc
           Version: 13.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libstdc++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: unlvsur at live dot com
  Target Milestone: ---

windows 9x needs to call A apis

CreateFileA not CreateFileW for example

CreateSemaphoreA not CreateSemaphoreW for example

9x for A and NT for W.

https://github.com/gcc-mirror/gcc/blob/dcf8fe1eeab668a4d24bcc4baa3ad185dbf1b5e0/libgcc/config/i386/gthr-win32.c#L196

Like this should call A apis when -D_WIN32_WINDOWS is defined.

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2022-12-26 11:16 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-25 11:57 [Bug libstdc++/108222] New: windows 9x support for libstdc++ threads and probably other character types unlvsur at live dot com
2022-12-25 12:01 ` [Bug libstdc++/108222] windows 9x support for libstdc++ threads and probably other features like std::filesystem unlvsur at live dot com
2022-12-25 18:34 ` pinskia at gcc dot gnu.org
2022-12-25 19:28 ` unlvsur at live dot com
2022-12-25 19:28 ` unlvsur at live dot com
2022-12-26  9:34 ` redi at gcc dot gnu.org
2022-12-26  9:34 ` unlvsur at live dot com
2022-12-26 10:31 ` redi at gcc dot gnu.org
2022-12-26 11:16 ` unlvsur at live dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).