Changeset 51 in Main for trunk/Server


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

sort option

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Server/main.c

    r50 r51  
    1010#include <signal.h>
    1111
    12 #ifdef __MINGW32__
    13 #include <windows.h>
    14 #endif
    15 
    1612#ifndef NO_SSL
    1713#include <openssl/opensslv.h>
     
    2319#include "tw_server.h"
    2420#include "tw_version.h"
     21
     22#ifdef __MINGW32__
     23#include <windows.h>
     24#endif
    2525
    2626extern bool cm_do_log;
Note: See TracChangeset for help on using the changeset viewer.