annotate ui/img/icon.rc @ 633:6c090638b2b4

Use static buffer for module file name. According to the msdn examle the return value of getmodulefilename should be used to indicate success and not the size. And according to comments on that function on Windows 8.1 it does not return the needed size. So better be more robust and just use max_path as a limit.
author Andre Heinecke <andre.heinecke@intevation.de>
date Mon, 23 Jun 2014 15:29:48 +0200
parents bc02ee484067
children
rev   line source
620
bc02ee484067 Add dummy logging with ressourced messages.
Andre Heinecke <andre.heinecke@intevation.de>
parents: 510
diff changeset
1 #include "events.rc"
510
20f81c195cc4 Add icon.rc
Andre Heinecke <aheinecke@intevation.de>
parents:
diff changeset
2 IDI_ICON1 ICON DISCARDABLE "icon.ico"

http://wald.intevation.org/projects/trustbridge/