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

    r688 r689  
    5353#include <ctype.h>
    5454#include <share.h>
     55#include <process.h>                    // _beginthread
    5556
    5657#include "fm3dll.h"
     
    15411542
    15421543      memset(&rgb, 0, sizeof(rgb));
    1543       rgb.bRed = 128;
     1544      rgb.bRed = (BYTE)128;
    15441545      SetPresParams(hwnd,
    15451546                    &RGBGREY, &rgb, &RGBGREY, GetPString(IDS_8HELVTEXT));
Note: See TracChangeset for help on using the changeset viewer.