Fix standalone services link
Some checks failed
C/C++ CI Linux / ${{ matrix.target }} (ubuntu-24.04-arm) (push) Has been cancelled
C/C++ CI Linux / ${{ matrix.target }} (ubuntu-latest) (push) Has been cancelled
C/C++ CI MacOS / ${{ matrix.target }} (macos-15) (push) Has been cancelled
C/C++ CI Windows / ${{ matrix.target }} (windows-2022) (push) Has been cancelled
C/C++ CI cmake / ${{ matrix.target }} (macos-15) (push) Has been cancelled
C/C++ CI cmake / ${{ matrix.target }} (ubuntu-24.04-arm) (push) Has been cancelled
C/C++ CI cmake / ${{ matrix.target }} (ubuntu-latest) (push) Has been cancelled
C/C++ CI cmake / ${{ matrix.target }} (windows-2022) (push) Has been cancelled

This commit is contained in:
Vladimir Dubrovin 2026-06-28 21:15:38 +03:00
parent e41ab58b2c
commit c462963d8e

View File

@ -18,7 +18,7 @@ DWORD WINAPI threadfunc(LPVOID p) {
void * threadfunc (void *p) { void * threadfunc (void *p) {
#endif #endif
int i = -1; int i = -1;
#ifndef STDMAIN #ifdef MODULEMAINFUNC
if(makefilters(param->srv, param) > CONTINUE){ if(makefilters(param->srv, param) > CONTINUE){
#ifndef NOUDPMAIN #ifndef NOUDPMAIN
if(param->srv->service == S_UDPPM) _3proxy_sem_unlock(udpinit); if(param->srv->service == S_UDPPM) _3proxy_sem_unlock(udpinit);