728x90
반응형
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <windows.h> | |
int APIENTRY _tWinMain(HINSTANCE hInstance,HINSTANCE hPrevInstance,LPTSTR lpCmdLine,int nCmdShow) | |
{ | |
UNREFERENCED_PARAMETER(hPrevInstance); | |
UNREFERENCED_PARAMETER(lpCmdLine); // warning is not displayed | |
// ... | |
} |
728x90
반응형
'Visual Studio' 카테고리의 다른 글
Visual Studio의 임시 파일 목록과 간단한 설명 (0) | 2025.02.11 |
---|---|
.DLL에서 .DEF 파일을 생성 : Windows CMD 배치 파일 사용 (0) | 2024.12.05 |