Changeset 50 in Main for trunk


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

set title for windows build

Location:
trunk
Files:
2 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();
  • trunk/config.h

    r46 r50  
    44#define __CONFIG_H__
    55
    6 #define NO_SSL
     6#undef NO_SSL
    77
    88/* DO NOT EDIT BELOW THIS LINE */
Note: See TracChangeset for help on using the changeset viewer.