Changeset 775 for trunk/include


Ignore:
Timestamp:
Sep 1, 1999, 5:00:33 PM (26 years ago)
Author:
phaller
Message:

Fix: cleanup in ULONG definition

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/nameid.h

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