summaryrefslogtreecommitdiff
path: root/pico/mswin.def
diff options
context:
space:
mode:
Diffstat (limited to 'pico/mswin.def')
-rw-r--r--pico/mswin.def16
1 files changed, 16 insertions, 0 deletions
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
+
+