initial
This commit is contained in:
14
public/wintab/examples/rule/win16/rule.def
Normal file
14
public/wintab/examples/rule/win16/rule.def
Normal file
@ -0,0 +1,14 @@
|
||||
; Module name: Rule.DEF
|
||||
|
||||
NAME Rule
|
||||
DESCRIPTION 'Rule: WinTab Measuring Application'
|
||||
STUB 'WinStub.exe'
|
||||
EXETYPE WINDOWS
|
||||
CODE MOVEABLE DISCARDABLE PRELOAD
|
||||
DATA MOVEABLE MULTIPLE PRELOAD
|
||||
HEAPSIZE 1024
|
||||
STACKSIZE 4096
|
||||
EXPORTS
|
||||
RuleAppWndProc
|
||||
|
||||
|
Reference in New Issue
Block a user