Skip to content

Commit

Permalink
Rename preprocessor variable to full MAME_USSR_JUKUMOUSE_H
Browse files Browse the repository at this point in the history
  • Loading branch information
boamaod committed Jan 11, 2025
1 parent fddf8ea commit e7fffcc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/mame/ussr/jukumouse.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// license: BSD-3-Clause
// copyright-holders:Märt Põder

#ifndef MAME_USSR_JUKU_H
#define MAME_USSR_JUKU_H
#ifndef MAME_USSR_JUKUMOUSE_H
#define MAME_USSR_JUKUMOUSE_H

#pragma once

Expand All @@ -27,4 +27,4 @@ class juku_mouse_device : public device_t

DECLARE_DEVICE_TYPE(JUKU_MOUSE, juku_mouse_device)

#endif // MAME_USSR_JUKU_H
#endif // MAME_USSR_JUKUMOUSE_H

0 comments on commit e7fffcc

Please sign in to comment.