mirror of
https://github.com/eosswedenorg/antelope-keygen
synced 2026-06-21 09:58:18 +02:00
Adding "EOSIOKEYGEN" prefix to all header guards.
This commit is contained in:
parent
0e9d23086f
commit
04641354ff
10 changed files with 30 additions and 30 deletions
|
|
@ -21,8 +21,8 @@
|
|||
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
* SOFTWARE.
|
||||
*/
|
||||
#ifndef CONSOLE_H
|
||||
#define CONSOLE_H
|
||||
#ifndef EOSIOKEYGEN_CONSOLE_H
|
||||
#define EOSIOKEYGEN_CONSOLE_H
|
||||
|
||||
#include <ostream>
|
||||
|
||||
|
|
@ -84,4 +84,4 @@ namespace console {
|
|||
|
||||
} // namespace eoskeygen
|
||||
|
||||
#endif /* CONSOLE_H */
|
||||
#endif /* EOSIOKEYGEN_CONSOLE_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue