Changeset 781 for trunk/include


Ignore:
Timestamp:
Sep 1, 1999, 9:14:30 PM (26 years ago)
Author:
sandervl
Message:

* empty log message *

Location:
trunk/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/HandleManager.h

    r776 r781  
    1 /* $Id: HandleManager.h,v 1.10 1999-09-01 15:01:53 phaller Exp $ */
     1/* $Id: HandleManager.h,v 1.11 1999-09-01 19:14:30 sandervl Exp $ */
    22
    33/*
     
    3232 *****************************************************************************/
    3333
     34#ifdef _OS2WIN_H
     35#include <winos2def.h>
     36#endif
     37
    3438#ifndef __WINE_WINDEF_H
    3539typedef struct
  • trunk/include/nameid.h

    r775 r781  
    1 /* $Id: nameid.h,v 1.5 1999-09-01 15:00:33 phaller Exp $ */
     1/* $Id: nameid.h,v 1.6 1999-09-01 19:14:30 sandervl Exp $ */
    22
    33/*
     
    1717int SYSTEM ConvertNameId(ULONG hModule, char *);
    1818
    19 //#ifndef ULONG
    20 //#define ULONG unsigned long
    21 //#endif
    22 //PH: raises problems with WINE headers
    23 typedef unsigned long ULONG;
     19#ifndef ULONG
     20#define ULONG unsigned long
     21#endif
    2422
    2523#ifdef __cplusplus
Note: See TracChangeset for help on using the changeset viewer.