Changeset 14 in Main for trunk/Server


Ignore:
Timestamp:
Sep 13, 2024, 10:41:25 PM (2 months ago)
Author:
Nishi
Message:

win64 fix

Location:
trunk/Server
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Server/Makefile

    r11 r14  
    1111
    1212tewi$(EXEC): $(OBJS) ../Common/common.a
    13         $(CC) $(LDFLAGS) -o $@ $(OBJS) $(LIBS) ../Common/common.a -lssl -lcrypto
     13        $(CC) $(LDFLAGS) -o $@ $(OBJS) -lssl -lcrypto $(LIBS) ../Common/common.a
    1414
    1515.c.o:
  • trunk/Server/server.c

    r13 r14  
    123123        int sock = ((struct pass_entry*)ptr)->sock;
    124124        bool ssl = ((struct pass_entry*)ptr)->ssl;
    125         int port = ((struct pass_entry*)ptR)->port;
     125        int port = ((struct pass_entry*)ptr)->port;
    126126        free(ptr);
    127127#else
Note: See TracChangeset for help on using the changeset viewer.