diff options
Diffstat (limited to 'src/osd/osdcomm.h')
-rw-r--r-- | src/osd/osdcomm.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/osd/osdcomm.h b/src/osd/osdcomm.h index c4c5501f2e0..d6c9d4f3cbb 100644 --- a/src/osd/osdcomm.h +++ b/src/osd/osdcomm.h @@ -94,6 +94,10 @@ using FPTR = UINT64; using FPTR = UINT32; #endif +/*************************************************************************** + FOR FUTURE LOCALIZATION +***************************************************************************/ +#define _(String) String /*************************************************************************** |