Skip to content

Commit 3ab192c

Browse files
committed
generic64
1 parent 0961b91 commit 3ab192c

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

generic64.def

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
LIBRARY "generic64.dll"
2+
DESCRIPTION 'Simple D add-in to Excel'
3+
EXETYPE NT
4+
CODE PRELOAD DISCARDABLE
5+
DATA PRELOAD MULTIPLE
6+
EXPORTS
7+
xlAutoOpen @2
8+
xlAutoClose @3
9+
xlAutoRegister12 @4
10+
xlAutoAdd @5
11+
xlAutoRemove @6
12+
xlAddInManagerInfo12 @7
13+
DIALOGMsgProc @8
14+
ExcelCursorProc @9
15+
HookExcelWindow @10
16+
UnhookExcelWindow @11
17+
fShowDialog @12
18+
GetHwnd @13
19+
Func1 @14
20+
FuncSum @15
21+
fDance @16
22+
fDialog @17
23+
fExit @18
24+
FuncFib @19

0 commit comments

Comments
 (0)