Ignore:
Timestamp:
May 19, 2000, 2:08:37 PM (25 years ago)
Author:
sandervl
Message:

header updates

File:
1 edited

Legend:

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

    r4 r3560  
    1 /* $Id: winversion.h,v 1.1 1999-05-24 20:19:23 ktk Exp $ */
     1/* $Id: winversion.h,v 1.2 2000-05-19 12:08:37 sandervl Exp $ */
    22
    33#ifndef __WINE_WINVERSION_H
     
    1313} WINDOWS_VERSION;
    1414
    15 extern WINDOWS_VERSION VERSION_GetVersion(void);
    16 extern char *VERSION_GetVersionName(void);
    17 extern BOOL VERSION_OsIsUnicode(void);
     15#ifdef __cplusplus
     16extern "C" {
     17#endif
     18
     19WINDOWS_VERSION VERSION_GetVersion(void);
     20char *VERSION_GetVersionName(void);
     21BOOL VERSION_OsIsUnicode(void);
     22
     23#ifdef __cplusplus
     24}
     25#endif
    1826
    1927#endif  /* __WINE_WINVERSION_H */
Note: See TracChangeset for help on using the changeset viewer.