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
This commit is contained in:
parent
e713a90b3f
commit
e7308074d8
@ -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 \
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user