这是怎么回事,求教
#include "stdafx.h"
#include <windows.h>
int APIENTRY WinMain(HINSTANCE hInstance,
HINSTANCE hPrevInstance,
LPSTR lpCmdLine,
int nCmdShow)
{
// TODO: Place code here.
MessageBox(NULL,TEXT("hello windows"),TEXT("title"),MB_OK);
return 0;
}
LRESULT WindowProc(HWND hWnd,UINT nMsg,WPARAM wParam,LPARAM lParam)
{
return DefWindowdProc(hWnd,nMsg,wParam,lParam);
}
LRESULT WindowProc(HWND hWnd,UINT nMsg,WPARAM wParam,LPARAM lParam)
{
return DefWindowdProc(hWnd,nMsg,wParam,lParam);
}