Fix GUID example

edge.strict_endians
szaka 2005-10-30 22:42:00 +00:00
parent ae42186cf5
commit e677d9ebf9
1 changed files with 1 additions and 1 deletions

View File

@ -1096,7 +1096,7 @@ typedef struct {
* twelve hexadecimal digits. GUIDs are Microsoft's implementation of the
* distributed computing environment (DCE) universally unique identifier (UUID).
* Example of a GUID:
* 1F010768-5A73-BC91-0010-A52216A7
* 1F010768-5A73-BC91-0010-A52216A7227B
*/
typedef struct {
u32 data1; /* The first eight hexadecimal digits of the GUID. */