windows-nt/Source/XPSP1/NT/multimedia/media/samples/reverse/reverse.def

15 lines
180 B
Modula-2
Raw Normal View History

2020-09-26 03:20:57 -05:00
NAME Reverse
STUB 'WINSTUB.EXE'
EXETYPE WINDOWS
CODE MOVEABLE PRELOAD
DATA MOVEABLE PRELOAD MULTIPLE
HEAPSIZE 4096
STACKSIZE 8192
EXPORTS
WndProc
AppAbout