init: Win32 demo
This commit is contained in:
10
win32v1/win32v1.cpp
Normal file
10
win32v1/win32v1.cpp
Normal file
@ -0,0 +1,10 @@
|
||||
// WindowsProject1.cpp : 定义应用程序的入口点。
|
||||
//
|
||||
|
||||
#include "framework.h"
|
||||
|
||||
|
||||
int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, PSTR szCmdLine, int iCmdShow) {
|
||||
MessageBox(NULL, TEXT("Hello windows,are you there?"), TEXT("Hello world"), 1);
|
||||
return 0;
|
||||
}
|
Reference in New Issue
Block a user