commit | 39bbcb48b63f837a5ba68cfc499042994e8bc73b | [log] [tgz] |
---|---|---|
author | Jon Griffiths <jon_p_griffiths@yahoo.com> | Mon Sep 20 19:13:16 2004 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Mon Sep 20 19:13:16 2004 +0000 |
tree | 3fbb69e982356cbdc889ec8dc00f7d46dadd8959 | |
parent | bfb06531471262b69d583e225edfed11e93c284e [diff] [blame] |
Use correct tag names for compatability with fwd decls. Some old code checks that _WINDEF_ is defined in windef.h.
diff --git a/include/winbase.h b/include/winbase.h index 1dc02bc..fb96b34 100644 --- a/include/winbase.h +++ b/include/winbase.h
@@ -673,7 +673,7 @@ } SYSTEM_POWER_STATUS, *LPSYSTEM_POWER_STATUS; -typedef struct tagSYSTEM_INFO +typedef struct _SYSTEM_INFO { union { DWORD dwOemId; /* Obsolete field - do not use */