]> git.saurik.com Git - wxWidgets.git/blame - docs/msw/mingw32.txt
Chnaged includes to work without precompiled headers
[wxWidgets.git] / docs / msw / mingw32.txt
CommitLineData
bdf6a8e3
JS
1Return-Path: <drfish@uswest.net>
2Delivered-To: julian.smart@ukonline.co.uk
3Delivered-To: fixup-julian.smart@ukonline.co.uk@fixme
4Date: Tue, 01 Dec 1998 23:27:18 -0700
5From: "J.Russell Smyth" <drfish@uswest.net>
6X-Accept-Language: en
7To: Julian Smart <julian.smart@ukonline.co.uk>
8Subject: fixes for mingw32
9
10Julian,
11
12 After 3 hours I have found the problem causing
13
14..\\..\\include\\wx/string.h:520: warning: ANSI C++ forbids implicit
15conversion
16from `void *' in assignment
17
18-There is an error in
19mingw\lib\gcc-lib\i386-mingw32\2.8.1\include\stdarg.h
20
21(not a real diff.. dont have win95 diff avail right now)
2267c67
23<#if defined(__svr4__) || defined(_AIX) || defined(_M_UNIX) ||
24defined(__NetBSD__)
25---
26>#if defined(__svr4__) || defined(_AIX) || defined(_M_UNIX) ||
27defined(__NetBSD__)||defined(__WIN32__)
28
29this fixes it!! I will send a message to the maintainer of mingw to let
30him know of this problem.
31
32