[devel] Changed Windows calling convention back to __cdecl for API functions.

For Windows/x86 platforms only:
  __stdcall is no longer needed for Visual Basic, so libpng-1.5.0 uses
  __cdecl throughout (both API functions and callbacks) on Windows/x86
  platforms.
This commit is contained in:
Glenn Randers-Pehrson
2010-04-24 09:40:44 -05:00
parent c3d73f4da9
commit 9ee577c7f5
7 changed files with 117 additions and 107 deletions

View File

@@ -1,5 +1,5 @@
Makefiles for libpng version 1.5.0beta19 - April 18, 2010
Makefiles for libpng version 1.5.0beta19 - April 24, 2010
pnglibconf.h => Stores configuration settings
makefile.linux => Linux/ELF makefile