Skip to content

Commit

Permalink
Merge branch 'clean' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
dqh-au committed Nov 12, 2023
2 parents 662513c + 3ea28a9 commit 151075d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions vice/src/arch/shared/hwsiddrv/ps-ieee1284.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@
#include "sid-resources.h"
#include "types.h"

#if defined(WINDOWS_COMPILE)
#include "ps-win32.h"
#else
#include "ps-unix.h"
#endif

#define MAXSID 3

static int sids_found = -1;
Expand Down

0 comments on commit 151075d

Please sign in to comment.