]> git.sesse.net Git - vlc/commit - src/misc/mtime.c
Use LoadLibrary instead of LoadLibraryA.
authorSam Hocevar <sam@zoy.org>
Wed, 19 Mar 2008 13:53:57 +0000 (13:53 +0000)
committerSam Hocevar <sam@zoy.org>
Wed, 19 Mar 2008 15:51:50 +0000 (15:51 +0000)
commit48d8e6bf030cbb4f64d8dafcd8587489c088bbf7
treebe436fe6e8cb272eeb188c86f63a5cc601ed6f50
parentf351efa7d22645625d20204f86a44b194fde8352
Use LoadLibrary instead of LoadLibraryA.

LoadLibrary can either point to LoadLibraryA or LoadLibraryW depending
on the system and build options, so let's use LoadLibrary everywhere
for consistency. Also, wrap static argument strings with _T() so that
they're automatically in the right format.
src/misc/mtime.c
src/misc/threads.c