Still trying to fix Windows header-file-order problem.
parent
beea7cdc2d
commit
ec780a733f
|
|
@ -25,13 +25,18 @@
|
|||
* $/LicenseInfo$
|
||||
*/
|
||||
|
||||
#if !LL_WINDOWS
|
||||
|
||||
#include "linden_common.h"
|
||||
|
||||
#if LL_WINDOWS
|
||||
#include <winsock2.h>
|
||||
typedef U32 uint32_t;
|
||||
#else
|
||||
#include <netinet/in.h>
|
||||
#include <errno.h>
|
||||
#include <sys/wait.h>
|
||||
#endif
|
||||
|
||||
#include "linden_common.h"
|
||||
#include "../llsd.h"
|
||||
#include "../llsdserialize.h"
|
||||
#include "../llformat.h"
|
||||
|
|
@ -40,11 +45,6 @@
|
|||
#include "llprocesslauncher.h"
|
||||
#include "stringize.h"
|
||||
|
||||
#if LL_WINDOWS
|
||||
#include <winsock2.h>
|
||||
typedef U32 uint32_t;
|
||||
#endif
|
||||
|
||||
std::vector<U8> string_to_vector(const std::string& str)
|
||||
{
|
||||
return std::vector<U8>(str.begin(), str.end());
|
||||
|
|
|
|||
Loading…
Reference in New Issue