Last change
on this file since 713 was 453, checked in by Kevin Toppenberg, 16 years ago |
Initial upload of TMG-CPRS 1.0.26.69
|
File size:
708 bytes
|
Line | |
---|
1 | //---------------------------------------------------------------------------
|
---|
2 |
|
---|
3 | #include <basepch.h>
|
---|
4 | #pragma hdrstop
|
---|
5 | USEFORMNS("..\Design\TntStrEdit_Design.pas", Tntstredit_design, TntStrEditDlg); /* TTntForm: File Type */
|
---|
6 | //---------------------------------------------------------------------------
|
---|
7 | #pragma package(smart_init)
|
---|
8 | //---------------------------------------------------------------------------
|
---|
9 |
|
---|
10 | // Package source.
|
---|
11 | //---------------------------------------------------------------------------
|
---|
12 |
|
---|
13 | #pragma argsused
|
---|
14 | int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
|
---|
15 | {
|
---|
16 | return 1;
|
---|
17 | }
|
---|
18 | //---------------------------------------------------------------------------
|
---|
19 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.