Compare commits

...

2 commits

Author SHA1 Message Date
Eugene Kulabuhov ab34727f48
Merge 09a44e1515 into 6972a5b0d6 2024-03-20 10:58:39 +00:00
Eugene Kulabuhov 09a44e1515 Fixing compilation error 2024-03-20 10:58:35 +00:00
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