mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
output_latch.h: Rename the include guard macro while I'm at this (nw)
This commit is contained in:
parent
20f49a2f4e
commit
7c8d486909
@ -1,7 +1,7 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:smf
|
||||
#ifndef MAME_MACHINE_LATCH_H
|
||||
#define MAME_MACHINE_LATCH_H
|
||||
#ifndef MAME_MACHINE_OUTPUT_LATCH_H
|
||||
#define MAME_MACHINE_OUTPUT_LATCH_H
|
||||
|
||||
#pragma once
|
||||
|
||||
@ -52,4 +52,4 @@ private:
|
||||
|
||||
DECLARE_DEVICE_TYPE(OUTPUT_LATCH, output_latch_device)
|
||||
|
||||
#endif // MAME_MACHINE_LATCH_H
|
||||
#endif // MAME_MACHINE_OUTPUT_LATCH_H
|
||||
|
Loading…
Reference in New Issue
Block a user