Ignore:
Timestamp:
Mar 21, 2001, 12:18:56 AM (24 years ago)
Author:
mike
Message:

Cleaned up DDRAW for Watcom

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/options.h

    r5276 r5344  
    1 /* $Id: options.h,v 1.6 2001-02-28 20:22:44 sandervl Exp $ */
     1/* $Id: options.h,v 1.7 2001-03-20 23:18:55 mike Exp $ */
    22
    33/*
     
    1212
    1313//#include "windef.h"
     14
     15#ifdef __cplusplus
     16extern "C" {
     17#endif
    1418
    1519  /* Supported languages */
     
    111115extern void VERSION_ParseDosVersion( const char *arg );
    112116
     117#ifdef __cplusplus
     118}
     119#endif
     120
    113121#endif  /* __WINE_OPTIONS_H */
Note: See TracChangeset for help on using the changeset viewer.