new module definition file for OS/2 Dll build.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14072 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Webster
2002-02-08 22:14:07 +00:00
parent 607f710e5d
commit eaf32690a6
2 changed files with 183 additions and 28 deletions

View File

@@ -4,7 +4,7 @@ DATA MULTIPLE NONSHARED READWRITE LOADONCALL
CODE LOADONCALL
EXPORTS
;From library: H:\dev\wx2\wxWindows\lib\os2jpeg.lib
;From library: H:\Dev\Wx2\WxWindows\lib\os2jpeg.lib
;From object file: ..\jpeg\jcomapi.c
;PUBDEFs (Symbols available from object file):
jpeg_destroy
@@ -21,10 +21,26 @@ EXPORTS
jpeg_natural_order
;From object file: ..\jpeg\jerror.c
;PUBDEFs (Symbols available from object file):
format_message
error_exit
reset_error_mgr
output_message
emit_message
jpeg_std_error
;From object file: ..\jpeg\jmemmgr.c
;PUBDEFs (Symbols available from object file):
alloc_small
self_destruct
jinit_memory_mgr
realize_virt_arrays
alloc_sarray
access_virt_sarray
free_pool
request_virt_barray
alloc_large
alloc_barray
request_virt_sarray
access_virt_barray
;From object file: ..\jpeg\jmemnobs.c
;PUBDEFs (Symbols available from object file):
jpeg_free_large
@@ -53,8 +69,10 @@ EXPORTS
jpeg_write_scanlines
;From object file: ..\jpeg\jctrans.c
;PUBDEFs (Symbols available from object file):
start_pass_coef2
jpeg_write_coefficients
jpeg_copy_critical_parameters
compress_output2
;From object file: ..\jpeg\jcparam.c
;PUBDEFs (Symbols available from object file):
jpeg_set_quality
@@ -67,42 +85,94 @@ EXPORTS
jpeg_quality_scaling
;From object file: ..\jpeg\jdatadst.c
;PUBDEFs (Symbols available from object file):
empty_output_buffer
term_destination
jpeg_stdio_dest
init_destination
;From object file: ..\jpeg\jcinit.c
;PUBDEFs (Symbols available from object file):
jinit_compress_master
;From object file: ..\jpeg\jcmaster.c
;PUBDEFs (Symbols available from object file):
pass_startup
prepare_for_pass
jinit_c_master_control
finish_pass_master
;From object file: ..\jpeg\jcmarker.c
;PUBDEFs (Symbols available from object file):
write_tables_only
write_marker_header
jinit_marker_writer
write_marker_byte
write_frame_header
write_file_trailer
write_file_header
write_scan_header
;From object file: ..\jpeg\jcmainct.c
;PUBDEFs (Symbols available from object file):
process_data_simple_main
jinit_c_main_controller
start_pass_main
;From object file: ..\jpeg\jcprepct.c
;PUBDEFs (Symbols available from object file):
start_pass_prep
jinit_c_prep_controller
pre_process_data
pre_process_context
;From object file: ..\jpeg\jccoefct.c
;PUBDEFs (Symbols available from object file):
start_pass_coef
compress_data
jinit_c_coef_controller
compress_first_pass
compress_output
;From object file: ..\jpeg\jccolor.c
;PUBDEFs (Symbols available from object file):
null_convert
null_method
rgb_ycc_start
cmyk_ycck_convert
rgb_gray_convert
jinit_color_converter
grayscale_convert
rgb_ycc_convert
;From object file: ..\jpeg\jcsample.c
;PUBDEFs (Symbols available from object file):
start_pass_downsample
int_downsample
h2v2_downsample
jinit_downsampler
fullsize_downsample
sep_downsample
h2v2_smooth_downsample
h2v1_downsample
fullsize_smooth_downsample
;From object file: ..\jpeg\jchuff.c
;PUBDEFs (Symbols available from object file):
jpeg_make_c_derived_tbl
finish_pass_gather
jinit_huff_encoder
encode_mcu_huff
start_pass_huff
finish_pass_huff
encode_mcu_gather
jpeg_gen_optimal_table
;From object file: ..\jpeg\jcphuff.c
;PUBDEFs (Symbols available from object file):
encode_mcu_AC_first
encode_mcu_AC_refine
finish_pass_phuff
encode_mcu_DC_first
encode_mcu_DC_refine
finish_pass_gather_phuff
jinit_phuff_encoder
start_pass_phuff
;From object file: ..\jpeg\jcdctmgr.c
;PUBDEFs (Symbols available from object file):
jinit_forward_dct
start_pass_fdctmgr
forward_DCT
forward_DCT_float
;From object file: ..\jpeg\jfdctfst.c
;PUBDEFs (Symbols available from object file):
jpeg_fdct_ifast
@@ -134,42 +204,81 @@ EXPORTS
jpeg_read_coefficients
;From object file: ..\jpeg\jdatasrc.c
;PUBDEFs (Symbols available from object file):
fill_input_buffer
skip_input_data
term_source
jpeg_stdio_src
init_source
;From object file: ..\jpeg\jdmaster.c
;PUBDEFs (Symbols available from object file):
prepare_for_output_pass
jpeg_calc_output_dimensions
finish_output_pass
jpeg_new_colormap
jinit_master_decompress
;From object file: ..\jpeg\jdinput.c
;PUBDEFs (Symbols available from object file):
reset_input_controller
start_input_pass
jinit_input_controller
finish_input_pass
consume_markers
;From object file: ..\jpeg\jdmarker.c
;PUBDEFs (Symbols available from object file):
read_restart_marker
reset_marker_reader
read_markers
jpeg_resync_to_restart
jpeg_save_markers
get_interesting_appn
save_marker
jpeg_set_marker_processor
skip_variable
jinit_marker_reader
;From object file: ..\jpeg\jdhuff.c
;PUBDEFs (Symbols available from object file):
jpeg_huff_decode
jpeg_fill_bit_buffer
jpeg_make_d_derived_tbl
start_pass_huff_decoder
jinit_huff_decoder
decode_mcu
;From object file: ..\jpeg\jdphuff.c
;PUBDEFs (Symbols available from object file):
jinit_phuff_decoder
start_pass_phuff_decoder
decode_mcu_DC_first
decode_mcu_AC_first
decode_mcu_DC_refine
decode_mcu_AC_refine
;From object file: ..\jpeg\jdmainct.c
;PUBDEFs (Symbols available from object file):
process_data_crank_post
start_pass_main2
process_data_simple_main2
process_data_context_main
jinit_d_main_controller
;From object file: ..\jpeg\jdcoefct.c
;PUBDEFs (Symbols available from object file):
decompress_data
decompress_smooth_data
start_input_pass2
decompress_onepass
dummy_consume_data
consume_data
jinit_d_coef_controller
start_output_pass
;From object file: ..\jpeg\jdpostct.c
;PUBDEFs (Symbols available from object file):
start_pass_dpost
post_process_prepass
jinit_d_post_controller
post_process_1pass
post_process_2pass
;From object file: ..\jpeg\jddctmgr.c
;PUBDEFs (Symbols available from object file):
jinit_inverse_dct
start_pass
;From object file: ..\jpeg\jidctfst.c
;PUBDEFs (Symbols available from object file):
jpeg_idct_ifast
@@ -186,16 +295,51 @@ EXPORTS
jpeg_idct_2x2
;From object file: ..\jpeg\jdsample.c
;PUBDEFs (Symbols available from object file):
noop_upsample
int_upsample
start_pass_upsample
sep_upsample
h2v1_upsample
jinit_upsampler
fullsize_upsample
h2v2_upsample
h2v1_fancy_upsample
h2v2_fancy_upsample
;From object file: ..\jpeg\jdcolor.c
;PUBDEFs (Symbols available from object file):
gray_rgb_convert
start_pass_dcolor
null_convert2
ycc_rgb_convert
ycck_cmyk_convert
grayscale_convert2
jinit_color_deconverter
;From object file: ..\jpeg\jquant1.c
;PUBDEFs (Symbols available from object file):
start_pass_1_quant
new_color_map_1_quant
quantize3_ord_dither
quantize_fs_dither
color_quantize3
quantize_ord_dither
jinit_1pass_quantizer
finish_pass_1_quant
color_quantize
;From object file: ..\jpeg\jquant2.c
;PUBDEFs (Symbols available from object file):
prescan_quantize
start_pass_2_quant
pass2_no_dither
new_color_map_2_quant
finish_pass1
pass2_fs_dither
finish_pass2
jinit_2pass_quantizer
;From object file: ..\jpeg\jdmerge.c
;PUBDEFs (Symbols available from object file):
start_pass_merged_upsample
merged_1v_upsample
h2v1_merged_upsample
merged_2v_upsample
jinit_merged_upsampler
h2v2_merged_upsample

View File

@@ -4,7 +4,7 @@ DATA MULTIPLE NONSHARED READWRITE LOADONCALL
CODE LOADONCALL
EXPORTS
;From library: H:\dev\wx2\wxwindows\lib\wx.lib
;From library: H:\Dev\Wx2\WxWindows\lib\wx.lib
;From object file: dummy.cpp
;PUBDEFs (Symbols available from object file):
wxDummyChar
@@ -1621,6 +1621,8 @@ EXPORTS
wxConstructorForwxPaintEvent__Fv
;wxConstructorForwxNotifyEvent()
wxConstructorForwxNotifyEvent__Fv
;wxConstructorForwxDisplayChangedEvent()
wxConstructorForwxDisplayChangedEvent__Fv
;wxConstructorForwxContextMenuEvent()
wxConstructorForwxContextMenuEvent__Fv
;wxConstructorForwxCloseEvent()
@@ -1722,6 +1724,7 @@ EXPORTS
wxEVT_MENU_HIGHLIGHT
wxEVT_KEY_UP
wxEVT_JOY_BUTTON_UP
wxEVT_DISPLAY_CHANGED
wxEVT_COMMAND_SCROLLBAR_UPDATED
wxEVT_COMMAND_RADIOBUTTON_SELECTED
;wxWindowCreateEvent::sm_classwxWindowCreateEvent
@@ -1736,6 +1739,8 @@ EXPORTS
sm_classwxIdleEvent__11wxIdleEvent
;wxDropFilesEvent::sm_classwxDropFilesEvent
sm_classwxDropFilesEvent__16wxDropFilesEvent
;wxDisplayChangedEvent::sm_classwxDisplayChangedEvent
sm_classwxDisplayChangedEvent__21wxDisplayChangedEvent
;wxContextMenuEvent::sm_classwxContextMenuEvent
sm_classwxContextMenuEvent__18wxContextMenuEvent
;wxActivateEvent::sm_classwxActivateEvent
@@ -2895,8 +2900,6 @@ EXPORTS
FindHandler__7wxImageFl
;wxImage::FindHandler(const wxString&,long)
FindHandler__7wxImageFRC8wxStringl
;wxImage::CountColours(unsigned long)
CountColours__7wxImageFUl
;wxImage::wxImage(int,int)
__ct__7wxImageFiT1
;wxImageModule::sm_classwxImageModule
@@ -2925,6 +2928,8 @@ EXPORTS
Copy__7wxImageCFv
;wxImage::GetOptionInt(const wxString&) const
GetOptionInt__7wxImageCFRC8wxString
;wxImage::SaveFile(wxOutputStream&,const wxString&) const
SaveFile__7wxImageCFR14wxOutputStreamRC8wxString
;wxImage::FindHandlerMime(const wxString&)
FindHandlerMime__7wxImageFRC8wxString
;wxImage::Mirror(unsigned long) const
@@ -2932,6 +2937,8 @@ EXPORTS
__vft14wxImageHandler8wxObject
;wxImage::GetImageCount(wxInputStream&,long)
GetImageCount__7wxImageFR13wxInputStreaml
;wxImage::FindFirstUnusedColour(unsigned char*,unsigned char*,unsigned char*,unsigned char,unsigned char,unsigned char) const
FindFirstUnusedColour__7wxImageCFPUcN21UcN24
;wxImage::Scale(int,int) const
Scale__7wxImageCFiT1
;wxImage::sm_handlers
@@ -2942,12 +2949,12 @@ EXPORTS
__ct__7wxImageFR13wxInputStreamRC8wxStringi
;wxImage::SetPalette(const wxPalette&)
SetPalette__7wxImageFRC9wxPalette
;wxImage::SaveFile(wxOutputStream&,int)
SaveFile__7wxImageFR14wxOutputStreami
;wxImage::LoadFile(const wxString&,long,int)
LoadFile__7wxImageFRC8wxStringli
;wxImageHandler::LoadFile(wxImage*,wxInputStream&,unsigned long,int)
LoadFile__14wxImageHandlerFP7wxImageR13wxInputStreamUli
;wxImage::ComputeHistogram(wxImageHistogram&) const
ComputeHistogram__7wxImageCFR16wxImageHistogram
;wxImageRefData::~wxImageRefData()
__dt__14wxImageRefDataFv
;wxImage::HasPalette() const
@@ -2956,8 +2963,6 @@ EXPORTS
GetMaskGreen__7wxImageCFv
;wxImage::SetRGB(int,int,unsigned char,unsigned char,unsigned char)
SetRGB__7wxImageFiT1UcN23
;wxImage::SaveFile(wxOutputStream&,const wxString&)
SaveFile__7wxImageFR14wxOutputStreamRC8wxString
;wxImage::CanRead(const wxString&)
CanRead__7wxImageFRC8wxString
;wxImage::GetImageCount(const wxString&,long)
@@ -2968,8 +2973,8 @@ EXPORTS
;wxImage::Replace(unsigned char,unsigned char,unsigned char,unsigned char,unsigned char,unsigned char)
Replace__7wxImageFUcN51
wxNullImage
;wxImage::SaveFile(const wxString&,int)
SaveFile__7wxImageFRC8wxStringi
;wxImage::SaveFile(const wxString&,const wxString&) const
SaveFile__7wxImageCFRC8wxStringT1
;wxImage::LoadFile(const wxString&,const wxString&,int)
LoadFile__7wxImageFRC8wxStringT1i
;wxImageRefData::wxImageRefData()
@@ -2998,8 +3003,6 @@ EXPORTS
SetMask__7wxImageFUl
;wxImage::Rotate90(unsigned long) const
Rotate90__7wxImageCFUl
;wxImage::FindFirstUnusedColour(unsigned char*,unsigned char*,unsigned char*,unsigned char,unsigned char,unsigned char)
FindFirstUnusedColour__7wxImageFPUcN21UcN24
;wxImage::Create(int,int)
Create__7wxImageFiT1
__vft14wxImageRefData15wxObjectRefData
@@ -3011,6 +3014,8 @@ EXPORTS
SetOption__7wxImageFRC8wxStringT1
;wxImage::SetMaskColour(unsigned char,unsigned char,unsigned char)
SetMaskColour__7wxImageFUcN21
;wxImage::SaveFile(wxOutputStream&,int) const
SaveFile__7wxImageCFR14wxOutputStreami
;wxImageHandler::GetImageCount(wxInputStream&)
GetImageCount__14wxImageHandlerFR13wxInputStream
;wxImage::ConvertToMono(unsigned char,unsigned char,unsigned char) const
@@ -3031,6 +3036,8 @@ EXPORTS
SaveFile__14wxImageHandlerFP7wxImageR14wxOutputStreamUl
;wxImage::wxImage(const wxBitmap&)
__ct__7wxImageFRC8wxBitmap
;wxImage::CountColours(unsigned long) const
CountColours__7wxImageCFUl
;wxImage::wxImage(const wxString&,long,int)
__ct__7wxImageFRC8wxStringli
;wxImage::sm_classwxImage
@@ -3039,16 +3046,14 @@ EXPORTS
__ct__7wxImageFR13wxInputStreamli
;wxImage::SetOption(const wxString&,int)
SetOption__7wxImageFRC8wxStringi
;wxImage::SaveFile(const wxString&,const wxString&)
SaveFile__7wxImageFRC8wxStringT1
;wxImage::SaveFile(const wxString&,int) const
SaveFile__7wxImageCFRC8wxStringi
;wxImage::LoadFile(wxInputStream&,long,int)
LoadFile__7wxImageFR13wxInputStreamli
;wxImage::LoadFile(wxInputStream&,const wxString&,int)
LoadFile__7wxImageFR13wxInputStreamRC8wxStringi
;wxImage::GetBlue(int,int) const
GetBlue__7wxImageCFiT1
;wxImage::ComputeHistogram(wxHashTable&)
ComputeHistogram__7wxImageFR11wxHashTable
;wxImage::CanRead(wxInputStream&)
CanRead__7wxImageFR13wxInputStream
;wxImage::SetMaskFromImage(const wxImage&,unsigned char,unsigned char,unsigned char)
@@ -3379,11 +3384,15 @@ EXPORTS
;From object file: ..\common\list.cpp
;PUBDEFs (Symbols available from object file):
__vft10wxListBase8wxObject
;wxList::sm_classwxList
sm_classwxList__6wxList
;wxListBase::LastThat(int(*)(void*))
LastThat__10wxListBaseFPFPv_i
__vft16wxStringListNode10wxNodeBase
;wxListBase::Clear()
Clear__10wxListBaseFv
;wxConstructorForwxStringList()
wxConstructorForwxStringList__Fv
;wxListBase::DeleteObject(void*)
DeleteObject__10wxListBaseFPv
;wxObjectListNode::DeleteData()
@@ -3412,6 +3421,8 @@ EXPORTS
FirstThat__10wxListBaseFPFPv_i
;wxNodeBase::~wxNodeBase()
__dt__10wxNodeBaseFv
;wxConstructorForwxList()
wxConstructorForwxList__Fv
;wxStringList::Sort()
Sort__12wxStringListFv
;wxListBase::Find(void*) const
@@ -3420,6 +3431,8 @@ EXPORTS
Delete__12wxStringListFPCc
;wxStringList::Member(const char*) const
Member__12wxStringListCFPCc
;wxStringList::sm_classwxStringList
sm_classwxStringList__12wxStringList
;wxNodeBase::wxNodeBase(wxListBase*,wxNodeBase*,wxNodeBase*,void*,const wxListKey&)
__ct__10wxNodeBaseFP10wxListBaseP10wxNodeBaseT2PvRC9wxListKey
__vft10wxNodeBase
@@ -6614,6 +6627,8 @@ EXPORTS
ms_winCaptureNext__12wxWindowBase
;wxWindowBase::ms_lastControlId
ms_lastControlId__12wxWindowBase
;wxWindowBase::SetPalette(const wxPalette&)
SetPalette__12wxWindowBaseFRC9wxPalette
;wxWindowBase::RemoveConstraintReference(wxWindowBase*)
RemoveConstraintReference__12wxWindowBaseFP12wxWindowBase
;wxWindowBase::LayoutPhase2(int*)
@@ -6697,6 +6712,8 @@ EXPORTS
GetUpdateClientRect__12wxWindowBaseCFv
;wxWindowBase::GetHelpText() const
GetHelpText__12wxWindowBaseCFv
;wxWindowBase::GetAncestorWithCustomPalette() const
GetAncestorWithCustomPalette__12wxWindowBaseCFv
;wxWindowBase::SetFont(const wxFont&)
SetFont__12wxWindowBaseFRC6wxFont
;wxWindowBase::MakeModal(unsigned long)
@@ -11557,12 +11574,12 @@ EXPORTS
__vft8wxColour8wxObject
;wxColour::wxColour(unsigned char,unsigned char,unsigned char)
__ct__8wxColourFUcN21
;wxColour::wxColour(const wxColour&)
__ct__8wxColourFRC8wxColour
;wxColour::sm_classwxColour
sm_classwxColour__8wxColour
;wxColour::~wxColour()
__dt__8wxColourFv
;wxColour::sm_classwxColour
sm_classwxColour__8wxColour
;wxColour::wxColour(const wxColour&)
__ct__8wxColourFRC8wxColour
;From object file: ..\os2\combobox.cpp
;PUBDEFs (Symbols available from object file):
;wxComboBox::sm_classwxComboBox
@@ -14332,8 +14349,6 @@ EXPORTS
CreateFrame__19wxTopLevelWindowOS2FRC8wxStringRC7wxPointRC6wxSize
;wxTopLevelWindowOS2::~wxTopLevelWindowOS2()
__dt__19wxTopLevelWindowOS2Fv
;wxTopLevelWindowOS2::UpdateInternalSize(wxWindow*,int,int)
UpdateInternalSize__19wxTopLevelWindowOS2FP8wxWindowiT2
;wxTopLevelWindowOS2::ShowFullScreen(unsigned long,long)
ShowFullScreen__19wxTopLevelWindowOS2FUll
;wxTopLevelWindowOS2::CreateDialog(unsigned long,const wxString&,const wxPoint&,const wxSize&)
@@ -14350,14 +14365,12 @@ EXPORTS
Iconize__19wxTopLevelWindowOS2FUl
;wxTopLevelWindowOS2::DoSetClientSize(int,int)
DoSetClientSize__19wxTopLevelWindowOS2FiT1
;wxTopLevelWindowOS2::AlterChildPos()
AlterChildPos__19wxTopLevelWindowOS2Fv
;wxTopLevelWindowOS2::IsMaximized() const
IsMaximized__19wxTopLevelWindowOS2CFv
;wxTopLevelWindowOS2::SetIcon(const wxIcon&)
SetIcon__19wxTopLevelWindowOS2FRC6wxIcon
;wxTopLevelWindowOS2::Restore()
Restore__19wxTopLevelWindowOS2Fv
;wxTopLevelWindowOS2::IsMaximized() const
IsMaximized__19wxTopLevelWindowOS2CFv
;wxTopLevelWindowOS2::Maximize(unsigned long)
Maximize__19wxTopLevelWindowOS2FUl
;wxTopLevelWindowOS2::EnableCloseButton(unsigned long)
@@ -14670,8 +14683,6 @@ EXPORTS
;wxWindow::WarpPointer(int,int)
WarpPointer__8wxWindowFiT1
wxCurrentPopupMenu
;wxWindow::OS2Layout(int,int)
OS2Layout__8wxWindowFiT1
;wxWindow::MoveChildren(int)
MoveChildren__8wxWindowFi
;wxWindow::HandleShow(unsigned long,int)