CVS: winex/include winnt.h,1.39,1.40
[email protected] 14 Dec 2007 20:38:59 -0000
| Newsgroups | gmane.comp.emulators.winex.cvs |
|---|---|
| Message-ID | <[email protected]> |
Subject: winex/include winnt.h,1.39,1.40Update of /var/lib/cvsd/cvsroot/winex/include In directory agravaine:/tmp/cvs-serv17862/include Modified Files: winnt.h Log Message: Define REG_QWORD. Index: winnt.h =================================================================== RCS file: /var/lib/cvsd/cvsroot/winex/include/winnt.h,v retrieving revision 1.39 retrieving revision 1.40 diff -u -d -r1.39 -r1.40 --- winnt.h 12 Sep 2007 12:46:48 -0000 1.39 +++ winnt.h 14 Dec 2007 20:38:57 -0000 1.40 @@ -4190,6 +4190,7 @@ #define REG_RESOURCE_LIST 8 /* resource list? huh? */ #define REG_FULL_RESOURCE_DESCRIPTOR 9 /* full resource descriptor? huh? */ #define REG_RESOURCE_REQUIREMENTS_LIST 10 +#define REG_QWORD 11 /* ----------------------------- begin registry ----------------------------- */