Skip to content

Commit 1b6d1a8

Browse files
author
Tal Hadad
committed
fix: include atlconv.h before windows.h
1 parent 4b19818 commit 1b6d1a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

simplecpp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
#include <vector>
4242

4343
#ifdef SIMPLECPP_WINDOWS
44-
#include <windows.h>
4544
#include <atlconv.h>
45+
#include <windows.h>
4646
#undef ERROR
4747
#else
4848
#include <unistd.h>

0 commit comments

Comments
 (0)