open-license-manager
2014-09-12 f76392f4762e51c0506c1fd1fd18c978f491debf
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 {