Ignore:
Timestamp:
Dec 9, 2000, 8:19:42 PM (25 years ago)
Author:
umoeller
Message:

Major updates; timers, LVM, miscellaneous.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/helpers/debug.c

    r13 r14  
    3434 *                                      John Currier,
    3535 *                                      Anthony Cruise.
    36  *      This file is part of the XWorkplace source package.
    37  *      XWorkplace is free software; you can redistribute it and/or modify
     36 *      This file is part of the "XWorkplace helpers" source package.
     37 *      This is free software; you can redistribute it and/or modify
    3838 *      it under the terms of the GNU General Public License as published
    3939 *      by the Free Software Foundation, in version 2 as it comes in the
     
    5050    // as unsigned char
    5151
    52 #define INCL_BASE
     52#define INCL_DOSPROCESS
     53#define INCL_DOSMODULEMGR
     54#define INCL_DOSMISC
     55#define INCL_DOSERRORS
    5356#include <os2.h>
    5457
     
    8891
    8992/* ******************************************************************
    90  *                                                                  *
    91  *   Global variables                                               *
    92  *                                                                  *
     93 *
     94 *   Global variables
     95 *
    9396 ********************************************************************/
    9497
     
    353356
    354357/* ******************************************************************
    355  *                                                                  *
    356  *   PART 1: ANALYZE DEBUG CODE                                     *
    357  *                                                                  *
     358 *
     359 *   PART 1: ANALYZE DEBUG CODE
     360 *
    358361 ********************************************************************/
    359362
     
    11291132
    11301133/* ******************************************************************
    1131  *                                                                  *
    1132  *   PART 2: ANALYZE VARIABLES                                      *
    1133  *                                                                  *
     1134 *
     1135 *   PART 2: ANALYZE VARIABLES
     1136 *
    11341137 ********************************************************************/
    11351138
     
    14211424
    14221425/* ******************************************************************
    1423  *                                                                  *
    1424  *   PART 3: ANALYZE SYMBOL (.SYM) FILE                             *
    1425  *                                                                  *
     1426 *
     1427 *   PART 3: ANALYZE SYMBOL (.SYM) FILE
     1428 *
    14261429 ********************************************************************/
    14271430
     
    15661569
    15671570/* ******************************************************************
    1568  *                                                                  *
    1569  *   PART 4: dbgPrintStack                                          *
    1570  *                                                                  *
     1571 *
     1572 *   PART 4: dbgPrintStack
     1573 *
    15711574 ********************************************************************/
    15721575
Note: See TracChangeset for help on using the changeset viewer.