From: Bart House Date: Sun, 18 Oct 2020 00:25:00 +0000 (-0700) Subject: Add inlcude files to NetHackW project. Add cpp.hint file. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c33a9ed94ad8f08464aab0588355e62f84087ac5;p=nethack Add inlcude files to NetHackW project. Add cpp.hint file. --- diff --git a/win/win32/vs/NetHackW.vcxproj b/win/win32/vs/NetHackW.vcxproj index 5f8f7a415..afc39bbcc 100644 --- a/win/win32/vs/NetHackW.vcxproj +++ b/win/win32/vs/NetHackW.vcxproj @@ -51,8 +51,8 @@ - true - false + true + false @@ -244,6 +244,90 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -257,6 +341,9 @@ + + + @@ -267,4 +354,4 @@ - + \ No newline at end of file diff --git a/win/win32/vs/cpp.hint b/win/win32/vs/cpp.hint new file mode 100644 index 000000000..4f77429fe --- /dev/null +++ b/win/win32/vs/cpp.hint @@ -0,0 +1,6 @@ +// Hint files help the Visual Studio IDE interpret Visual C++ identifiers +// such as names of functions and macros. +// For more information see https://go.microsoft.com/fwlink/?linkid=865984 +#define E +#define NDECL(x) x +#define FDECL(x, y) x y