Ignore:
Timestamp:
Dec 5, 2011, 11:12:56 PM (14 years ago)
Author:
dmik
Message:

Make sure NTSTATUS isn't defined more than once.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gcc-kmk/include/win/ntdef.h

    r21717 r21847  
    2727#endif
    2828
     29#ifndef WINE_NTSTATUS_DECLARED
     30#define WINE_NTSTATUS_DECLARED
    2931typedef LONG NTSTATUS;
     32#endif
     33#ifndef WINE_PNTSTATUS_DECLARED
     34#define WINE_PNTSTATUS_DECLARED
    3035typedef NTSTATUS *PNTSTATUS;
     36#endif
    3137
    3238typedef char *PSZ;
Note: See TracChangeset for help on using the changeset viewer.