#define _WIN32_WINNT 0x0500 #include <Windows.h> #include <stdio.h> int main() { SetWindowLongW(GetConsoleWindow(), GWL_STYLE, ...
確定! 回上一頁