mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
322 B
19 lines
322 B
LIBRARY win87em
|
|
|
|
DESCRIPTION 'This .def file is just used to create an implib for __fpmath'
|
|
|
|
EXETYPE WINDOWS
|
|
|
|
STUB 'WINSTUB.EXE'
|
|
|
|
DATA NONE
|
|
|
|
SEGMENTS
|
|
EMULATOR_TEXT CLASS 'CODE' PRELOAD FIXED NONDISCARDABLE
|
|
EMULATOR_DATA CLASS 'FAR_DATA' PRELOAD FIXED NONDISCARDABLE
|
|
|
|
|
|
HEAPSIZE 0
|
|
|
|
EXPORTS
|
|
__fpmath @1
|