Changeset 273 in Main for trunk/Server/tw_ssl.h


Ignore:
Timestamp:
Oct 8, 2024, 7:49:19 PM (5 weeks ago)
Author:
Nishi
Message:

update config.h.tmpl

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Server/tw_ssl.h

    r140 r273  
    1111#include <stdint.h>
    1212
     13#ifndef __UINTPTR_TYPE__
     14#define __UINTPTR_TYPE__ uintptr_t
     15#endif
     16
    1317SSL_CTX* tw_create_ssl_ctx(__UINTPTR_TYPE__ port);
    1418
Note: See TracChangeset for help on using the changeset viewer.