Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Roberto Scolaro <[email protected]>
  • Loading branch information
therealbobo committed Jan 5, 2024
1 parent d49779e commit 6f85070
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions userspace/libsinsp/utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1020,6 +1020,7 @@ time_t get_epoch_utc_seconds_now()
#ifdef _WIN32

#include <time.h>
#define NOMINMAX
#include <windows.h>

const __int64 DELTA_EPOCH_IN_MICROSECS = 11644473600000000;
Expand Down
1 change: 1 addition & 0 deletions userspace/plugin/plugin_loader.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ limitations under the License.
*/

#ifdef _WIN32
#define NOMINMAX
#include <windows.h>
typedef HINSTANCE library_handle_t;
#else
Expand Down

0 comments on commit 6f85070

Please sign in to comment.