chore: update

This commit is contained in:
2025-07-28 15:55:44 +02:00
parent 03f70b0a80
commit f273adabf6
7 changed files with 18 additions and 16 deletions

View File

@@ -117,7 +117,7 @@ namespace demonware
{
hostent* WINAPI gethostbyname_stub(const char* name)
{
#ifdef DEBUG
#ifdef DW_DEBUG
printf("[ network ]: [gethostbyname]: \"%s\"\n", name);
#endif