]> granicus.if.org Git - nethack/commitdiff
try to workaround an rpcndr.h conflict
authornhmall <nhmall@nethack.org>
Wed, 30 Oct 2019 21:10:17 +0000 (17:10 -0400)
committernhmall <nhmall@nethack.org>
Wed, 30 Oct 2019 21:10:17 +0000 (17:10 -0400)
  ->          #define __RPCNDR_H__

sys/winnt/windmain.c

index 40a5c83fc25f99976514dd1a144614c5a2e790b1..6045e9226dcb394c9994081906808f211a17babb 100644 (file)
 #include <errno.h>
 #ifndef __MINGW32__
 #include <appmodel.h>
+#else
+#define __RPCNDR_H__        /* avoid rpcndr.h header conflict */
 #endif
+
 #include <ShlObj.h>
 
 #if 0