From 094ca96844842928810f14844413109fc6cdd890 Mon Sep 17 00:00:00 2001 From: Eduardo Chappa Date: Sun, 3 Feb 2013 00:59:38 -0700 Subject: Initial Alpine Version --- pico/mswin.def | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pico/mswin.def (limited to 'pico/mswin.def') diff --git a/pico/mswin.def b/pico/mswin.def new file mode 100644 index 00000000..c62d295d --- /dev/null +++ b/pico/mswin.def @@ -0,0 +1,16 @@ +NAME PICO +EXETYPE WINDOWS +DESCRIPTION 'Pico for Windows (Character)' +STUB 'winstub.exe' + +CODE PRELOAD DISCARDABLE SHARED +DATA PRELOAD MULTIPLE + +HEAPSIZE 4096 + +EXPORTS + PWNDPROC @1 + TWWNDPROC @2 + ABOUTDLGPROC @3 + + -- cgit v1.2.3-54-g00ecf