2003-06-06 Danny Smith <dannysmith@users.sourceforge.net>
* lib/test.c: #include <powerprof.h>. 2003-06-06 James E. Lucas <xelloss@sourceforge.net> * include/powerprof.h: New file. * lib/powerprof.def: New file. 2003-06-06 Danny Smith <dannysmith@users.sourceforge.net> * include/winnt (SLIST_HEADER): Add C90 anonymous struct protection.
This commit is contained in:
@ -2058,11 +2058,11 @@ typedef struct _SINGLE_LIST_ENTRY {
|
||||
#define PSLIST_ENTRY PSINGLE_LIST_ENTRY
|
||||
typedef union _SLIST_HEADER {
|
||||
ULONGLONG Alignment;
|
||||
struct {
|
||||
_ANONYMOUS_STRUCT struct {
|
||||
SLIST_ENTRY Next;
|
||||
WORD Depth;
|
||||
WORD Sequence;
|
||||
};
|
||||
} DUMMYSTRUCTNAME;
|
||||
} SLIST_HEADER,*PSLIST_HEADER;
|
||||
#endif /* !_SLIST_HEADER_ */
|
||||
|
||||
|
Reference in New Issue
Block a user