diff options
| author | grischka <grischka> | 2017-02-08 19:53:02 +0100 |
|---|---|---|
| committer | grischka <grischka> | 2017-02-08 19:53:02 +0100 |
| commit | e596b871a9f7c6ed93e1325f72c8fc7b00430328 (patch) | |
| tree | a6c00677d908790fde93cb32d2967876be47fb25 /win32/include/winapi/winnt.h | |
| parent | 90316c7c26571ce1c55917aa98503ebba65d6d3a (diff) | |
| download | tinycc-e596b871a9f7c6ed93e1325f72c8fc7b00430328.tar.gz tinycc-e596b871a9f7c6ed93e1325f72c8fc7b00430328.tar.bz2 | |
win32: include/winapi: remove more files
Also: use _assert, older msvcrt does not have _wassert
Diffstat (limited to 'win32/include/winapi/winnt.h')
| -rw-r--r-- | win32/include/winapi/winnt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/include/winapi/winnt.h b/win32/include/winapi/winnt.h index 348d9a8..4cf685d 100644 --- a/win32/include/winapi/winnt.h +++ b/win32/include/winapi/winnt.h @@ -13,7 +13,7 @@ extern "C" { #include <ctype.h> #define ANYSIZE_ARRAY 1 -#include <specstrings.h> +//gr #include <specstrings.h> #define RESTRICTED_POINTER |
