secur32/tests: Include winsock2.h before other headers.

This commit is contained in:
Alexandre Julliard 2014-07-24 19:51:52 +02:00
parent b6033972bf
commit d0d6dcb70e
1 changed files with 3 additions and 4 deletions

View File

@ -17,15 +17,14 @@
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include <stdio.h>
#include <stdarg.h>
#include <windef.h>
#include <winbase.h>
#include <winsock2.h>
#include <ws2tcpip.h>
#define SECURITY_WIN32
#include <security.h>
#include <schannel.h>
#include <winsock2.h>
#include <ws2tcpip.h>
#include "wine/test.h"