Skip to content

Commit d3ede39

Browse files
committed
Use forward slashes in resource file to support cross-building.
1 parent a076b24 commit d3ede39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gui/cppcheck-gui.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Include command line program's resource file containing version info etc.
2-
#include "..\cli\cppcheck.rc"
2+
#include "../cli/cppcheck.rc"
33

44
// GUI Icon
55
IDI_ICON1 ICON DISCARDABLE "cppcheck.ico"

0 commit comments

Comments
 (0)