Changeset 10 for trunk/dll


Ignore:
Timestamp:
Feb 21, 2018, 12:49:59 AM (8 years ago)
Author:
Gregg Young
Message:

The changes in these files were made to fix Open Watcom compiler, WRC and wipfc errors and warning. There are several more in the next commit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/gotchdll.h

    r2 r10  
    22#ifndef _THTH_GOTCHDLL_H_
    33#define _THTH_GOTCHDLL_H_
     4#ifdef __cplusplus
     5      extern "C" {
     6#endif
    47
    58extern void EXPENTRY InitDLL (HAB hab, HWND hwnd);
     
    811extern USHORT Version (VOID);
    912
     13#ifdef __cplusplus
     14        }
    1015#endif
     16
     17#endif
Note: See TracChangeset for help on using the changeset viewer.