diff options
| author | Vlad Vissoultchev <wqweto@gmail.com> | 2016-03-13 04:23:15 +0200 |
|---|---|---|
| committer | Vlad Vissoultchev <wqweto@gmail.com> | 2016-03-13 04:23:15 +0200 |
| commit | d715ebdae00a3722428e46232cbf036d195dc07d (patch) | |
| tree | 96949d5b6f598136d29d3c4b25898d5947586b4d /win32/lib | |
| parent | 95aac21130eb8cceda58b26275e430caa5cdf940 (diff) | |
| download | tinycc-d715ebdae00a3722428e46232cbf036d195dc07d.tar.gz tinycc-d715ebdae00a3722428e46232cbf036d195dc07d.tar.bz2 | |
Add x64 SEH decls. Add exports to kernel32.def
Diffstat (limited to 'win32/lib')
| -rw-r--r-- | win32/lib/kernel32.def | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/win32/lib/kernel32.def b/win32/lib/kernel32.def index 5d56705..970f3fe 100644 --- a/win32/lib/kernel32.def +++ b/win32/lib/kernel32.def @@ -288,6 +288,8 @@ GetModuleFileNameA GetModuleFileNameW GetModuleHandleA GetModuleHandleW +GetModuleHandleExA +GetModuleHandleExW GetNamedPipeHandleStateA GetNamedPipeHandleStateW GetNamedPipeInfo @@ -554,6 +556,7 @@ RtlFillMemory RtlInstallFunctionTableCallback RtlMoveMemory RtlUnwind +RtlUnwindEx RtlZeroMemory SMapLS SMapLS_IP_EBP_12 |
