Changeset 689 for trunk/dll/objcnr.c


Ignore:
Timestamp:
Jun 15, 2007, 8:33:24 AM (18 years ago)
Author:
Steven Levine
Message:

Commit OpenWatcom compatibility updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/objcnr.c

    r574 r689  
    2626#include <string.h>
    2727#include <ctype.h>
     28#include <process.h>                    // _beginthread
    2829
    2930#include "fm3dll.h"
     
    407408      if (data) {
    408409        if (data->working) {
    409           data->dying = TRUE;
    410           data->stopflag = 0xff;
     410          data->dying = (CHAR)TRUE;
     411          data->stopflag = (CHAR)0xff;
    411412          break;
    412413        }
Note: See TracChangeset for help on using the changeset viewer.