source: branches/delphi/CevoWin32.dpr

Last change on this file was 2, checked in by chronos, 7 years ago
File size: 129 bytes
Line 
1program Win32Loader;
2
3procedure Run(clientPtr: pointer); stdcall; external 'cevo.dll' name 'Run';
4
5begin
6Run(nil);
7end.
8
Note: See TracBrowser for help on using the repository browser.