Skip to content

Commit 0653655

Browse files
committed
PtexPlatform.h: fix case-sensitive build issues on MinGW
Closes: #85
1 parent 45c085b commit 0653655

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ptex/PtexPlatform.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
6060
#define NOMINMAX 1
6161

6262
// windows - defined for both Win32 and Win64
63-
#include <Windows.h>
63+
#include <windows.h>
6464
#include <malloc.h>
6565
#include <io.h>
6666
#include <tchar.h>

0 commit comments

Comments
 (0)