Changeset 50 in Main for trunk/Server


Ignore:
Timestamp:
Sep 18, 2024, 8:06:12 PM (2 months ago)
Author:
Nishi
Message:

set title for windows build

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Server/main.c

    r43 r50  
    99#include <string.h>
    1010#include <signal.h>
     11
     12#ifdef __MINGW32__
     13#include <windows.h>
     14#endif
    1115
    1216#ifndef NO_SSL
     
    7781#ifndef __MINGW32__
    7882        signal(SIGCHLD, SIG_IGN);
     83#else
     84        SetConsoleTitle(tw_server);
    7985#endif
    8086        tw_server_loop();
Note: See TracChangeset for help on using the changeset viewer.