[feat] modify project name to DeskPort

This commit is contained in:
dijunkun
2025-06-17 14:24:41 +08:00
parent 8004d25ca3
commit 854c3a72c7
4 changed files with 6 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
#ifdef _WIN32
#ifdef REMOTE_DESK_DEBUG
#ifdef DESK_PORT_DEBUG
#pragma comment(linker, "/subsystem:\"console\"")
#else
#pragma comment(linker, "/subsystem:\"windows\" /entry:\"mainCRTStartup\"")