happynclient / happynwindows

N2N Wrapper Windows Client Support for Win7 Vista Win10 win11 x86_x64_arm64
https://happyn.net
GNU General Public License v3.0
140 stars 25 forks source link

代码重构-类型统一为Win32跨平台的写法 #7

Closed happyntec closed 1 year ago

happyntec commented 1 year ago
void -> VOID
int -> DWORD
 WCHAR -> TCHAR
L"xxx" -> TEXT("xxx")