open-license-manager
2014-09-13 1922d8c2cf7dcaacafd17394849577794b1f10eb
src/library/os/os.h
@@ -14,14 +14,18 @@
#include "../base/base.h"
#include <stddef.h>
//definition of size_t
#include <stdlib.h>
#ifdef __unix__
#include <stdbool.h>
#endif
typedef enum {
   NONE, VMWARE
} VIRTUALIZATION;
typedef enum {
   ETHERNET, WIRELESS
   IFACE_TYPE_ETHERNET, IFACE_TYPE_WIRELESS
} IFACE_TYPE;
typedef struct {