Enable WITH_DEBUG for Windows (Fixes issue 65)
PR: Issue 65 Submitted by: glenn.ergeerts
This commit is contained in:
parent
0be3b125e6
commit
0339fb51f4
4 changed files with 11 additions and 11 deletions
|
|
@ -20,6 +20,8 @@
|
|||
#ifndef __CONFIG_WINDOWS_H__
|
||||
#define __CONFIG_WINDOWS_H__
|
||||
|
||||
#cmakedefine WITH_DEBUG
|
||||
|
||||
#include <winsock2.h>
|
||||
|
||||
#define htole32(x) (x)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue