diff options
| author | emekoi <emekankurumeh@outlook.com> | 2018-09-17 23:13:17 -0500 |
|---|---|---|
| committer | Andrew Kelley <superjoe30@gmail.com> | 2018-09-18 00:13:17 -0400 |
| commit | 68c1d059178a36add751e97e11cee004cfdf612e (patch) | |
| tree | 4edc229327766abca7b530258977be4b4a51d948 /src/windows_com.hpp | |
| parent | 13645585fe2904f38d13df12e571ecac5bf9e8e6 (diff) | |
| download | zig-68c1d059178a36add751e97e11cee004cfdf612e.tar.gz zig-68c1d059178a36add751e97e11cee004cfdf612e.zip | |
compiling on mingw is now supported (#1542)
* compiles on mingw-w64
* fixed error in os_file_overwrite on windows
* fixed windows hello_world example
Diffstat (limited to 'src/windows_com.hpp')
| -rw-r--r-- | src/windows_com.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/windows_com.hpp b/src/windows_com.hpp index 4c807218c0..f9833e0912 100644 --- a/src/windows_com.hpp +++ b/src/windows_com.hpp @@ -28,6 +28,9 @@ #include <io.h>
#include <shellapi.h>
+// Standard headers
+#include <stdio.h>
+
// COM support header files
#include <comdef.h>
|
