8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 02:03:04 +01:00
This commit is contained in:
skidder 2004-09-16 22:25:22 +00:00
parent 23942b703b
commit 658bd8ec5e

View File

@ -1,15 +1,12 @@
#include "firebird.h"
#include "../jrd/common.h"
#ifndef MINGW
extern "C" {
int CLIB_ROUTINE server_main( int argc, char** argv){
/*NOOP: this routine is neaded for implement
server_main as it defined by firebird.vers mapfile
linking libfbclient with Sun-like LD
*/
return 0;
};
}
#endif