Include nss.h only when PC98 is defined.
Pointed out by: "Pierre Y. Dampure" <pierre.dampure@k2c.co.uk>
This commit is contained in:
parent
1eb80b4532
commit
cd9559886a
@ -101,10 +101,12 @@
|
||||
#define CONFIG_YM3812
|
||||
#endif
|
||||
|
||||
#ifdef PC98
|
||||
#include "nss.h"
|
||||
#if NNSS != 0
|
||||
#define CONFIG_NSS
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#define ALLOW_POLL
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user