Ignore:
Timestamp:
Apr 28, 2000, 5:15:18 PM (25 years ago)
Author:
achimha
Message:

workaround for wrc bug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/uniconv.h

    r366 r3457  
    1 /* $Id: uniconv.h,v 1.5 1999-07-22 15:41:33 sandervl Exp $ */
     1/* $Id: uniconv.h,v 1.6 2000-04-28 15:15:18 achimha Exp $ */
    22/*
    33 * OS/2 Unicode API definitions
     
    1414extern "C" {
    1515#endif
     16//@@@AH workaround for wrc bug
     17#ifndef RC_INVOKED
    1618#include <stddef.h>
    1719#include <time.h>
     20#endif
    1821#define ULS_API_ERROR_BASE 0x00020400
    1922#define ULS_API_ERROR(x)   (ULS_API_ERROR_BASE | (x))
Note: See TracChangeset for help on using the changeset viewer.