Fixing compilation error

This commit is contained in:
Eugene Kulabuhov 2024-03-20 10:58:35 +00:00
parent 4cb054f94f
commit 09a44e1515
2 changed files with 2 additions and 2 deletions

View file

@ -79,7 +79,7 @@
/* signed and unsigned int must be at least 32 bits wide */
#define sint signed int
typedef unsigned int uint;
#define uint unsigned int
#if M68K_USE_64_BIT

View file

@ -2,7 +2,7 @@
#ifndef _CONFIG_H_
#define _CONFIG_H_
#include "shared.h"
#include "types.h"
/****************************************************************************
* Config Option