win32 support
This commit is contained in:
parent
7f7dcadfc8
commit
11f4d7841b
1 changed files with 0 additions and 8 deletions
8
blsb.c
8
blsb.c
|
@ -423,11 +423,3 @@ int ModFini( void )
|
|||
{
|
||||
return NS_SUCCESS;
|
||||
}
|
||||
|
||||
#ifdef WIN32 /* temp */
|
||||
|
||||
int main (int argc, char **argv)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
#endif
|
||||
|
|
Reference in a new issue