]> git.sesse.net Git - vlc/commit
Remove broken setting of WINAPI_FAMILY_APP
authorRafaël Carré <funman@videolan.org>
Mon, 22 Apr 2013 05:47:28 +0000 (07:47 +0200)
committerRafaël Carré <funman@videolan.org>
Mon, 22 Apr 2013 05:51:01 +0000 (07:51 +0200)
commit2f1ba54e0ab9dca275645fab31b57eaa2f4a9a9b
tree84207a410c135e3e698401ed52aadbf0b4c4f1ff
parent90e82fb62600559e0736f5ea3fc312ff8e5f97d1
Remove broken setting of WINAPI_FAMILY_APP

The define to set would be WINAPI_FAMILY, and it is set by default already.
We should not set it though, as it would prevent us from using forbidden APIs (e.g. winsock).

Close #8410
configure.ac
modules/access/file.c
modules/lua/extension.c
modules/lua/intf.c
modules/lua/libs/win.c
src/config/help.c
src/modules/bank.c
src/text/unicode.c
src/win32/filesystem.c
src/win32/specific.c
src/win32/thread.c