README.mingw@f52908fb23b0
README.mingw
Sun, 04 Dec 2005 18:19:56 +0000
- author
- Richard Laager <rlaager@pidgin.im>
- date
- Sun, 04 Dec 2005 18:19:56 +0000
- changeset 12323
- f52908fb23b0
- parent 4904
-
141d6bd56fd2
- child 14638
-
b0fa76dac93f
- permissions
- -rw-r--r--
[gaim-migrate @ 14627]
Function prototypes need to be of the form foo(void); instead of foo(); for function that don't take any arguments. This allows the compiler to detect mistakes were someone passes arguments to such a function.
How to build Gaim using MinGw
=============================
Since these instructions are constantly changing and in order for me to
avoid maintaining two versions of these instructions please refer to:
http://gaim.sourceforge.net/win32
- Herman