Skip to content

Commit

Permalink
[BUGFIX] Fixed Mingw compat: use lowercase windows.h include
Browse files Browse the repository at this point in the history
  • Loading branch information
hasherezade committed Jul 27, 2023
1 parent 58cb95f commit 28f5f1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paramkit/include/pk_util.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

#pragma once

#include <Windows.h>
#include <windows.h>

#include <iostream>
#include <string>
Expand Down

0 comments on commit 28f5f1f

Please sign in to comment.