Changeset 468 for OCO/trunk/drv16/apmevent.cpp
- Timestamp:
- Nov 4, 2009, 4:21:24 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OCO/trunk/drv16/apmevent.cpp
r221 r468 28 28 USHORT far APMEvent(APM_EVENT_MSG far *peventmsg) 29 29 { 30 #ifdef DEBUG 30 #ifdef DEBUG_APM 31 31 dprintf(("APM_event parm 1 %d, parm 2 %d", peventmsg->parm1, peventmsg->parm2)); 32 32 #endif … … 80 80 USHORT DBGCALLCONV APM_suspend(USHORT state) 81 81 { 82 #ifdef DEBUG 82 #ifdef DEBUG_APM 83 83 dprintf(("APM_suspend %d", state)); 84 84 #endif … … 112 112 USHORT DBGCALLCONV APM_resume(USHORT state) 113 113 { 114 #ifdef DEBUG 114 #ifdef DEBUG_APM 115 115 dprintf(("APM_resume %d", state)); 116 116 #endif … … 163 163 if((ret = APM_COMMAND(&APM_Reg_Req)) != 0) 164 164 { 165 #ifdef DEBUG 165 #ifdef DEBUG_APM 166 166 dprintf(("APM_Init: cant register at APM.SYS: %d", ret)); 167 167 #endif … … 172 172 { 173 173 APM_Enabled = 0; 174 #ifdef DEBUG 174 #ifdef DEBUG_APM 175 175 dprintf(("APM_Init: cant attach to APM.SYS")); 176 176 #endif 177 177 } 178 178 179 #ifdef DEBUG 179 #ifdef DEBUG_APM 180 180 dprintf(("APM_enabled %d", APM_Enabled)); 181 181 #endif
Note:
See TracChangeset
for help on using the changeset viewer.