framework.h 181 B

12345
  1. #pragma once
  2. #define WIN32_LEAN_AND_MEAN // 거의 사용되지 않는 내용을 Windows 헤더에서 제외합니다.
  3. // Windows 헤더 파일
  4. #include <windows.h>