728x90
반응형
728x90
반응형
728x90
반응형
#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
반응형

+ Recent posts