mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2025-12-13 18:42:03 +08:00
Qemu Run And Chroot Unmount
This commit is contained in:
7
demo/APICheck/main.cpp
Normal file
7
demo/APICheck/main.cpp
Normal file
@@ -0,0 +1,7 @@
|
||||
#include <iostream>
|
||||
#include <Windows.h>
|
||||
using namespace std;
|
||||
int main(){
|
||||
MessageBox(NULL, TEXT("a"), TEXT("A"), 32);
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user