12 lines
270 B
Modula-2
12 lines
270 B
Modula-2
HEAPSIZE 1024
|
|
STACKSIZE 5120 ; recommended minimum for Windows applications
|
|
|
|
EXPORTS
|
|
DllMain @1
|
|
HrLoadLocalizedLibrarySFU @2
|
|
HrLoadLocalizedLibrarySFU_A @3
|
|
LoadStringCodepage_A @4
|
|
HrConvertStringCodepage @5
|
|
|
|
|