Skip to content
Snippets Groups Projects
Commit e8990d8e authored by rswindell's avatar rswindell
Browse files

Added Kylix/Linux support.

parent 2252a102
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,11 @@
#pragma hdrstop
USEFORM("MainUnit.cpp", Form1);
//---------------------------------------------------------------------------
#if defined(_WIN32)
WINAPI WinMain(HINSTANCE, HINSTANCE, LPSTR, int)
#else
int main(void)
#endif
{
try
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment