Update doc/format.md

Co-authored-by: Willi Ballenthin <wballenthin@google.com>
This commit is contained in:
Ronnie Salomonsen
2023-07-19 14:54:25 +02:00
committed by GitHub
parent 65ab87b292
commit 658b16f47d
+1 -1
View File
@@ -605,7 +605,7 @@ Examples:
export: InstallA
And for forwarded exports:
To specify a [forwarded export](https://devblogs.microsoft.com/oldnewthing/20060719-24/?p=30473) use the format `<DLL path, lowercase>.<symbol name>`. Note that the path can be either implicit, relative, or absolute:
export: "c:/windows/system32/version.GetFileVersionInfoA"
export: "vresion.GetFileVersionInfoA"