PennMUSH Community

Ticket #7492 (closed windows: fixed)

Opened 9 months ago

Last modified 9 months ago

Win32 compile fixes for 1.8.3p5

Reported by: intrevis Assigned to:
Priority: minor Milestone: 1.8.3p6
Keywords: Cc:
Visibility: Public

Description

People forgot to declare things at the top of a code block. Etc. Also, MSVC complains about inline but not inline (most likely because it considers the former to be C++ specific). Finally, updated one of the ANSI functions that took a const ansi_data to take a const ansi_data* instead. Why pass a const struct on the stack anyway?

Attachments

foo.patch (6.4 kB) - added by intrevis on 11/23/07 03:32:41.

Change History

11/23/07 03:32:41 changed by intrevis

  • attachment foo.patch added.

11/24/07 18:19:01 changed by raevnos

  • status changed from new to closed.
  • resolution set to fixed.
  • milestone set to 1.8.3p6.