Skip to content

Commit

Permalink
Fix accidentally enabling windows code
Browse files Browse the repository at this point in the history
  • Loading branch information
d3x0r committed Aug 23, 2024
1 parent 9955022 commit e12f0d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/windows_hardware_library/listports.c
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
#define SACKCOMMLIST_SOURCE
#include "listports.h"
#include <sharemem.h>
#ifdef _WIN32
#include <VersionHelpers.h>
#endif
#include <sharemem.h>

//#define LISTPORTS_SUPPORT_WIN9X
#define LISTPORTS_SUPPORT_W2K
//#define LISTPORTS_SUPPORT_WCE
#endif


#ifdef LISTPORTS_SUPPORT_WIN9X
static LOGICAL Win9xListPorts( ListPortsCallback lpCallback, uintptr_t psv );
Expand Down

0 comments on commit e12f0d0

Please sign in to comment.