]> granicus.if.org Git - graphviz/commit
smyrna: remove unnecessary symbol lookup on Windows
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 2 Nov 2022 01:27:08 +0000 (18:27 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 3 Nov 2022 23:59:02 +0000 (16:59 -0700)
commit954c0096cecbfc9b867b8b139c505bae41b4c7b0
treeea1b5267c2aaed23e87a613db6ea6c0fc9c932ad
parentf301007655c2a4b6e35033b0ffe80fb2b2610682
smyrna: remove unnecessary symbol lookup on Windows

The `GetModuleFileName` API accepts a null pointer as the first argument to mean
the current executable.
cmd/smyrna/main.c