tcc-stupidos/win32/include
Avi Halachmi (:avih) 249a0b6b60 win32: add minimal mingw header shellapi.h
This is a very stripped down version[1], with only CommandLineToArgvW
(typically used with GetCommandLineW() - which we already have),
ShellExecute and FindExecutable, which don't require any new structs,
and where used constants already exist at our winuser.h .

Pretty cheap, and hopefully covers some meaningful new use cases[2].

Requires linking with -lshell32 .

[1] original full version:
http://download.savannah.nongnu.org/releases/tinycc/winapi-full-for-0.9.27.zip

[2] Can now build "less" for windows - https://github.com/gwsw/less/ .
Add -luser32 to LIBS at Makefile.wng (mingw makefile), then (gnu make):
  make -f Makefile.wng CC=tcc less.exe
2024-11-30 16:29:15 +02:00
..
sec_api win64: use new headers from mingw 2009-07-18 22:06:37 +02:00
sys win32: include/sys/types.h: add useconds_t 2024-10-23 14:48:50 +03:00
tcc Fix wine 2021-01-03 20:12:34 +01:00
winapi win32: add minimal mingw header shellapi.h 2024-11-30 16:29:15 +02:00
_mingw.h win32: 32 bit: allow 64 bit time via __MINGW_USE_VC2005_COMPAT 2024-11-18 15:45:30 +02:00
assert.h C11, section 7.2: The macro static_assert expands to _Static_assert. This macro was missing on Windows 2020-01-14 07:41:58 +01:00
conio.h Spelling fixes 2017-09-24 18:03:26 -07:00
ctype.h win64: use new headers from mingw 2009-07-18 22:06:37 +02:00
dir.h win64: use new headers from mingw 2009-07-18 22:06:37 +02:00
direct.h win64: use new headers from mingw 2009-07-18 22:06:37 +02:00
dirent.h win64: use new headers from mingw 2009-07-18 22:06:37 +02:00
dos.h win64: use new headers from mingw 2009-07-18 22:06:37 +02:00
errno.h tccpp: cleanup target-os defines 2020-12-31 02:03:31 +01:00
excpt.h win64: use new headers from mingw 2009-07-18 22:06:37 +02:00
fcntl.h win64: use new headers from mingw 2009-07-18 22:06:37 +02:00
fenv.h win64: use new headers from mingw 2009-07-18 22:06:37 +02:00
inttypes.h add version number to manpage 2013-02-17 00:48:51 +01:00
io.h win64: use new headers from mingw 2009-07-18 22:06:37 +02:00
iso646.h Add C99 compiliant iso646.h header 2019-01-13 10:24:50 +01:00
limits.h Fix char limits 2020-11-17 09:06:48 +02:00
locale.h win64: use new headers from mingw 2009-07-18 22:06:37 +02:00
malloc.h tccrun: review last changes 2024-02-19 17:45:44 +01:00
math.h tccpp: cleanup target-os defines 2020-12-31 02:03:31 +01:00
mem.h win64: use new headers from mingw 2009-07-18 22:06:37 +02:00
memory.h win64: use new headers from mingw 2009-07-18 22:06:37 +02:00
process.h win32/include/process.h: update prototypes to match mingw. 2014-04-12 00:09:57 -04:00
setjmp.h win64: use new headers from mingw 2009-07-18 22:06:37 +02:00
share.h win64: use new headers from mingw 2009-07-18 22:06:37 +02:00
signal.h win64: use new headers from mingw 2009-07-18 22:06:37 +02:00
stdint.h Spelling fixes 2017-09-24 18:03:26 -07:00
stdio.h add version number to manpage 2013-02-17 00:48:51 +01:00
stdlib.h tccrun: review last changes 2024-02-19 17:45:44 +01:00
string.h win64: use new headers from mingw 2009-07-18 22:06:37 +02:00
tchar.h win64: use new headers from mingw 2009-07-18 22:06:37 +02:00
time.h win32/include: enable _timezone etc variables. 2011-07-11 18:44:47 +02:00
uchar.h stuff & fixes 2023-09-06 22:42:30 +02:00
unistd.h win32: make #include <unistd.h> work 2024-10-23 14:58:41 +03:00
vadefs.h win64: use new headers from mingw 2009-07-18 22:06:37 +02:00
values.h Spelling fixes 2017-09-24 18:03:26 -07:00
wchar.h win32: wchar.h: don't redifine WCHAR_MIN[/MAX] (after stdint.h) 2016-06-19 14:44:07 +03:00
wctype.h win64: use new headers from mingw 2009-07-18 22:06:37 +02:00