This is the mail archive of the cygwin-patches@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Correction to w32api/include/pbt.h



2002-05-15  Philip Aston  <phlipa@mail.com>

	* include/pbt.h (PBT_APMRESUMESUSPEND): Correct value is 7.


Index: w32api/include/pbt.h
===================================================================
RCS file: /cvs/src/src/winsup/w32api/include/pbt.h,v
retrieving revision 1.2
diff -u -p -u -r1.2 pbt.h
--- w32api/include/pbt.h	9 Mar 2002 09:04:09 -0000	1.2
+++ w32api/include/pbt.h	15 May 2002 20:18:47 -0000
@@ -11,7 +11,7 @@
 #define PBT_APMSUSPEND 4
 #define PBT_APMSTANDBY 5
 #define PBT_APMRESUMECRITICAL 6
-#define PBT_APMRESUMESUSPEND 8
+#define PBT_APMRESUMESUSPEND 7
 #define PBT_APMRESUMESTANDBY 8
 #define PBTF_APMRESUMEFROMFAILURE 1
 #define PBT_APMBATTERYLOW 9




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]