Kaydet (Commit) 2fc1ad52 authored tarafından Florian Bircher's avatar Florian Bircher Kaydeden (comit) Norbert Thiebaud

add missing include

üst 79893c32
...@@ -46,6 +46,7 @@ ...@@ -46,6 +46,7 @@
#include <stdarg.h> #include <stdarg.h>
#include <stdlib.h> #include <stdlib.h>
#include <stdio.h> #include <stdio.h>
#include <sal/macros.h>
#ifndef SIGNULL #ifndef SIGNULL
#define SIGNULL 0 #define SIGNULL 0
......
...@@ -33,6 +33,7 @@ ...@@ -33,6 +33,7 @@
#endif #endif
#include <sal/types.h> #include <sal/types.h>
#include <sal/macros.h>
#define WIN32_LEAN_AND_MEAN #define WIN32_LEAN_AND_MEAN
#include <windows.h> #include <windows.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment