hasherezade / libpeconv

A library to load, manipulate, dump PE files. See also: https://github.com/hasherezade/libpeconv_tpl
https://hasherezade.github.io/libpeconv
BSD 2-Clause "Simplified" License
1.09k stars 177 forks source link

Use of angle brackets around file names for include statements #1

Open elfring opened 6 years ago

elfring commented 6 years ago

Would you like to replace any double quotes by angle brackets around file names for include statements?

hasherezade commented 6 years ago

But why? What is the advantage of doing so, over having explicitly defined path? I am including here the headers from the current project, not from any external library.

elfring commented 6 years ago

How do you think about to distinguish the storage location for provided files between the current source folder and a known installation directory for this software library?