include windows.h
-
windows.h is not part of the emscripten sdk, as it does not have the Javascript port of the windows API. You could port those parts to Qt or SDL.
-
Hi to all, in my qt WebAssembly project, I need to include windows.h file. But my project won't compile because this file isn't found.
Is this file included from WebAssembly framework?
Do I need a particular configuration sets? -
windows.h is not part of the emscripten sdk, as it does not have the Javascript port of the windows API. You could port those parts to Qt or SDL.