From e7308074d803360649b1d25b6119c04eb8317407 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Thu, 19 Apr 2007 08:04:34 +0000 Subject: [PATCH] moved vararg CRT functions wrappers to a new wxcrtvararg.h header git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45532 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- Makefile.in | 2 ++ build/bakefiles/files.bkl | 1 + build/msw/wx_base.dsp | 4 ++++ wxGTK.spec | 1 + wxMotif.spec | 1 + wxX11.spec | 1 + 6 files changed, 10 insertions(+) diff --git a/Makefile.in b/Makefile.in index a36b00d940..7972bda6b8 100644 --- a/Makefile.in +++ b/Makefile.in @@ -422,6 +422,7 @@ ALL_BASE_HEADERS = \ wx/wx.h \ wx/wxchar.h \ wx/wxcrt.h \ + wx/wxcrtvararg.h \ wx/wxprec.h \ wx/xti.h \ wx/xtistrm.h \ @@ -562,6 +563,7 @@ ALL_PORTS_BASE_HEADERS = \ wx/wx.h \ wx/wxchar.h \ wx/wxcrt.h \ + wx/wxcrtvararg.h \ wx/wxprec.h \ wx/xti.h \ wx/xtistrm.h \ diff --git a/build/bakefiles/files.bkl b/build/bakefiles/files.bkl index f97e4baa2c..ffff8cbf6d 100644 --- a/build/bakefiles/files.bkl +++ b/build/bakefiles/files.bkl @@ -480,6 +480,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! wx/wx.h wx/wxchar.h wx/wxcrt.h + wx/wxcrtvararg.h wx/wxprec.h wx/xti.h wx/xtistrm.h diff --git a/build/msw/wx_base.dsp b/build/msw/wx_base.dsp index 600c38af40..2a70238b88 100644 --- a/build/msw/wx_base.dsp +++ b/build/msw/wx_base.dsp @@ -1871,6 +1871,10 @@ SOURCE=..\..\include\wx\wxcrt.h # End Source File # Begin Source File +SOURCE=..\..\include\wx\wxcrtvararg.h +# End Source File +# Begin Source File + SOURCE=..\..\include\wx\wxprec.h # End Source File # Begin Source File diff --git a/wxGTK.spec b/wxGTK.spec index 973bbf77ec..3b2b5bed15 100644 --- a/wxGTK.spec +++ b/wxGTK.spec @@ -320,6 +320,7 @@ wx/wfstream.h wx/wx.h wx/wxchar.h wx/wxcrt.h +wx/wxcrtvararg.h wx/wxprec.h wx/xti.h wx/xtistrm.h diff --git a/wxMotif.spec b/wxMotif.spec index 1745680d69..c28e771293 100644 --- a/wxMotif.spec +++ b/wxMotif.spec @@ -223,6 +223,7 @@ wx/wfstream.h wx/wx.h wx/wxchar.h wx/wxcrt.h +wx/wxcrtvararg.h wx/wxprec.h wx/xti.h wx/xtistrm.h diff --git a/wxX11.spec b/wxX11.spec index 36ef13eaac..ad046c394f 100644 --- a/wxX11.spec +++ b/wxX11.spec @@ -248,6 +248,7 @@ wx/wfstream.h wx/wx.h wx/wxchar.h wx/wxcrt.h +wx/wxcrtvararg.h wx/wxprec.h wx/xti.h wx/xtistrm.h -- 2.45.2