Changeset 689 for trunk/dll/dircnrs.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/dircnrs.c

    r688 r689  
    4747#include "fm3str.h"
    4848#include "mle.h"
     49#include <process.h>                    // _beginthread
    4950
    5051#pragma data_seg(DATA1)
     
    10591060  DIRCNRDATA *dcd = INSTDATA(hwnd);
    10601061  DIRCNRDATA *dcdsrc;
    1061   APIRET rc;
    10621062
    10631063  switch (msg) {
     
    30133013          HWND hwndMLE;
    30143014          static CHAR szData[CCHMAXPATH];
    3015           CHAR testname[CCHMAXPATH], *p;
     3015          CHAR testname[CCHMAXPATH];
    30163016
    30173017          if (!pci && !pfi) {
Note: See TracChangeset for help on using the changeset viewer.