diff options
| author | grischka <grischka> | 2017-02-08 19:49:28 +0100 |
|---|---|---|
| committer | grischka <grischka> | 2017-02-08 19:49:28 +0100 |
| commit | 90316c7c26571ce1c55917aa98503ebba65d6d3a (patch) | |
| tree | a87b0f6ceb8b3d54776404a58cb2d3d23ed55ab3 /examples/ex1.c | |
| parent | 68666eee2ade45ab73b07361367d0a38d350d663 (diff) | |
| download | tinycc-90316c7c26571ce1c55917aa98503ebba65d6d3a.tar.gz tinycc-90316c7c26571ce1c55917aa98503ebba65d6d3a.tar.bz2 | |
tcc: don't use pstrcpy, fix win32 spanwn quoting
- we're now exporting tcc_prefixed symbols from libtcc only
- On windows, the msvcrt startup code would remove backslashes
from commandline arguments such as
-DFOO=\"foo\"
which would appear in argv as
-DFOO="foo"
Therefor before passing these to spawnvp, we need to restore
the backslashes.
Diffstat (limited to 'examples/ex1.c')
0 files changed, 0 insertions, 0 deletions
