指定http端口

This commit is contained in:
hugy 2023-03-22 16:57:58 +08:00
parent 19d146db99
commit 41091b1c6f

View File

@ -6,7 +6,7 @@ BOOL APIENTRY DllMain(HMODULE hModule, DWORD ul_reason_for_call,
LPVOID lpReserved) { LPVOID lpReserved) {
switch (ul_reason_for_call) { switch (ul_reason_for_call) {
case DLL_PROCESS_ATTACH: { case DLL_PROCESS_ATTACH: {
http_start(19088); // http_start(19088);
break; break;
} }
case DLL_THREAD_ATTACH: { case DLL_THREAD_ATTACH: {