6 lines
148 B
C
6 lines
148 B
C
|
#pragma once
|
|||
|
|
|||
|
#define WIN32_LEAN_AND_MEAN // 從 Windows 標頭排除不常使用的項目
|
|||
|
// Windows 標頭檔
|
|||
|
#include <windows.h>
|