Skip to content

Commit

Permalink
Updates to be able to generate the software with Visual C++ 2010
Browse files Browse the repository at this point in the history
  • Loading branch information
rdan committed Feb 5, 2012
1 parent 948ec99 commit 947b970
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/compat_win32.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#ifdef WIN32

#include "windows.h"
#include "windows_compat.h"
#include <string>
#include <cstdio>

Expand Down
1 change: 1 addition & 0 deletions win32/Uncrustify_Win32_2010.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@
<ClCompile Include="..\src\chunk_list.cpp" />
<ClCompile Include="..\src\ChunkStack.cpp" />
<ClCompile Include="..\src\combine.cpp" />
<ClCompile Include="..\src\compat_win32.cpp" />
<ClCompile Include="..\src\defines.cpp" />
<ClCompile Include="..\src\detect.cpp" />
<ClCompile Include="..\src\indent.cpp" />
Expand Down

0 comments on commit 947b970

Please sign in to comment.