added gitignore
[rofl0r-TntUnicode.git] / CBuilder / TntLibD.cpp
blob5a6e53dddb4c0507f4be904bc23a7b2d27275000
1 //---------------------------------------------------------------------------
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 //---------------------------------------------------------------------------
10 // Package source.
11 //---------------------------------------------------------------------------
13 #pragma argsused
14 int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
16 return 1;
18 //---------------------------------------------------------------------------