Minor fixes for Win32 build. It now builds, but doesn't link.
This commit is contained in:
@@ -15,7 +15,12 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#ifndef _WIN32
|
||||
#include <stdint.h>
|
||||
#else
|
||||
#include "ostypes.h"
|
||||
#endif
|
||||
|
||||
#include "strophe.h"
|
||||
#include "common.h"
|
||||
|
||||
Reference in New Issue
Block a user