Skip to content

Commit

Permalink
Common header file change not applicable to open-vm-tools.
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverkurth committed Feb 7, 2018
1 parent 6ccc073 commit 9da6562
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions open-vm-tools/lib/include/uuid.h
Expand Up @@ -56,14 +56,9 @@ typedef enum {
} UUIDStyle;

/* Scheme control */
#define UUID_CREATE_WS4 0 /* the "original", WS4 and earlier scheme */
#define UUID_CREATE_WS5 1 /* the WS5 scheme */
#define UUID_CREATE_WS6 2 /* the WS6 scheme - "native" path */
#define UUID_CREATE_ESX50 3 /* the scheme to allow location generated using
host UUID with wrong endianness as reported by
pre-ESX 5.0 U2. See PR 861271 for details. */
#define UUID_CREATE_WS65 4 /* the WS65 scheme - UTF-8 path */
#define UUID_CREATE_CURRENT 4 /* the current scheme - always the latest */
#define UUID_CREATE_WS6 0 /* the WS6 scheme - "native" path */
#define UUID_CREATE_WS65 1 /* the WS65 scheme - UTF-8 path */
#define UUID_CREATE_CURRENT 1 /* the current scheme - always the latest */


/*
Expand Down

0 comments on commit 9da6562

Please sign in to comment.