summaryrefslogblamecommitdiff
path: root/example-cross-compile-cpp/win.cc
blob: b0e701a133f67eeee3219bb4f5c284cf0c4f939d (plain) (tree)
1
2
3
4
5
6





                                              
#include <windows.h>
#include <winuser.h>

int main() {
    MessageBoxA(nullptr, "world", "hello", 0);
}