#195 closed defect (fixed)
VC++ Win32 compilation w/ mixer.cpp
| Reported by: | SF/kreeblah | Owned by: | SF/ender |
|---|---|---|---|
| Priority: | normal | Component: | Port: Win32 |
| Version: | Keywords: | ||
| Cc: | Game: |
Description
VC++ (version 6, anyway) doesn't support getpid(), so mixer.cpp from a CVS pull from a few minutes ago does not compile without either commenting out those lines that call getpid() or enclosing them within ifdef statements.
Ticket imported from: #549333. Ticket imported from: bugs/195.
Change History (3)
comment:1 by , 24 years ago
| Owner: | set to |
|---|---|
| Resolution: | → fixed |
| Status: | new → closed |
comment:2 by , 24 years ago
comment:3 by , 8 years ago
| Component: | → Port: Win32 |
|---|
Note:
See TracTickets
for help on using tickets.

getpid() calls now commented out. Thanks.