diff options
author | lloyd <[email protected]> | 2010-08-25 17:52:43 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-08-25 17:52:43 +0000 |
commit | d409bf8e3d7b50f61c19a0d05d3bdc364ff19f6e (patch) | |
tree | 404a88b470b5d1b6000bec9ddc9629be83103828 /src/build-data/os | |
parent | 2114709a839a0663b177a5bd66aa5e77abdd3f11 (diff) |
Add support for Windows-style dynamic loading with LoadLibrary. Not
yet tested.
Diffstat (limited to 'src/build-data/os')
-rw-r--r-- | src/build-data/os/windows.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/build-data/os/windows.txt b/src/build-data/os/windows.txt index 140eddeba..2f344e33c 100644 --- a/src/build-data/os/windows.txt +++ b/src/build-data/os/windows.txt @@ -14,6 +14,7 @@ install_cmd_exec "copy" win32_virtual_lock win32_get_systemtime gmtime_s +loadlibrary </target_features> <aliases> |