public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* w32api.h
@ 2021-12-14 17:45 robhickey
  2021-12-14 18:15 ` w32api.h Marco Atzeri
  2021-12-14 21:36 ` w32api.h Hans-Bernhard Bröker
  0 siblings, 2 replies; 3+ messages in thread
From: robhickey @ 2021-12-14 17:45 UTC (permalink / raw)
  To: cygwin

Hi Cygwin,



I'm compiling a non Cygwin code using  ./config, make, make install.



The make output  says  /include/w32api  file or directory not found.



I've tried many combinations of absolute and relative paths to prevent the
warning but no luck.



I'm guessing /include is not a standard directory, so I copied the
/usr/include/w32api to /include/w32api/, the warning goes way.



Is this a bad idea?



I also notice that w32api.h defines every version of windows but stops at
windows8.



#define WindowsVista 0x0600

#define Windows7       0x0601

#define Windows8       0x0602



Is it permissible to add



#define windows10  0X0603



Thank you






^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-12-14 21:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-14 17:45 w32api.h robhickey
2021-12-14 18:15 ` w32api.h Marco Atzeri
2021-12-14 21:36 ` w32api.h Hans-Bernhard Bröker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).