aboutsummaryrefslogtreecommitdiff
path: root/icon.rc
diff options
context:
space:
mode:
authorJeffrey Armstrong <jeffrey.armstrong@approximatrix.com>2020-09-25 14:00:19 -0400
committerJeffrey Armstrong <jeffrey.armstrong@approximatrix.com>2020-09-25 14:00:19 -0400
commit77bb798de3e703d10c4cc6e971568ea8f80b420c (patch)
tree99b95210fc712b93423712bd6453da993b095d6e /icon.rc
parente302c5cfcc30aa1b2e49ad5aa1fb524871618e43 (diff)
downloadLR-87-77bb798de3e703d10c4cc6e971568ea8f80b420c.tar.gz
LR-87-77bb798de3e703d10c4cc6e971568ea8f80b420c.zip
Fixed some rendering issues where an infinite loop could occur calculating line wrapping. Added icons on Win32.
Diffstat (limited to 'icon.rc')
-rw-r--r--icon.rc3
1 files changed, 3 insertions, 0 deletions
diff --git a/icon.rc b/icon.rc
new file mode 100644
index 0000000..a06b182
--- /dev/null
+++ b/icon.rc
@@ -0,0 +1,3 @@
+#include <windows.h>
+
+1 ICON DISCARDABLE "assets/lr87.ico"