Skip to content

Commit

Permalink
Changed afxres.h to windows.h to make resource files compile with Vis…
Browse files Browse the repository at this point in the history
…ual Studio 2010
  • Loading branch information
Alexey Melnikov committed Oct 18, 2012
1 parent fdad2e9 commit 9a9907b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/NTMakefile
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ CLEAN :

$(libsasl_res): NTMakefile
rc /fo"$(libsasl_res)" <<
#include "afxres.h"
#include "windows.h"

VS_VERSION_INFO VERSIONINFO
FILEVERSION $(SASL_VERSION_MAJOR),$(SASL_VERSION_MINOR),$(SASL_VERSION_STEP),0
Expand Down
2 changes: 1 addition & 1 deletion plugins/NTMakefile
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ CLEAN :

$(generated_rc):
copy <<temp.rc $@
#include "afxres.h"
#include "windows.h"

VS_VERSION_INFO VERSIONINFO
FILEVERSION $(SASL_VERSION_MAJOR),$(SASL_VERSION_MINOR),$(SASL_VERSION_STEP),0
Expand Down

0 comments on commit 9a9907b

Please sign in to comment.