add last backwards-compatible version

This commit is contained in:
2021-12-14 00:33:46 -07:00
parent 68b10d413b
commit b0dd3f07f3
335 changed files with 4746 additions and 19627 deletions

View File

@@ -2,8 +2,6 @@ namespace pfc {
#ifdef _WIN32
typedef HANDLE eventHandle_t;
static const eventHandle_t eventInvalid = NULL;
class event : public win32_event {
public:
@@ -15,8 +13,6 @@ namespace pfc {
typedef int eventHandle_t;
static const eventHandle_t eventInvalid = -1;
typedef nix_event event;
#endif