mirror of
https://github.com/marketideas/qasm.git
synced 2024-12-28 06:29:58 +00:00
Support UNUSED and put inttypes.h into system search pattern
This commit is contained in:
parent
8e4d6986fc
commit
ac3517fc69
7
qasm.h
7
qasm.h
@ -1,11 +1,16 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
#include "inttypes.h"
|
#include <inttypes.h>
|
||||||
|
|
||||||
#include "palPoco.h"
|
#include "palPoco.h"
|
||||||
#include "pallogger.h"
|
#include "pallogger.h"
|
||||||
#include "eventtask.h"
|
#include "eventtask.h"
|
||||||
#include "baseapp.h"
|
#include "baseapp.h"
|
||||||
#include "httpserver.h"
|
#include "httpserver.h"
|
||||||
|
|
||||||
|
#ifndef UNUSED
|
||||||
|
#define UNUSED (void)
|
||||||
|
#endif
|
||||||
|
|
||||||
#define CLASS PAL_APPCLASS
|
#define CLASS PAL_APPCLASS
|
||||||
using namespace PAL_NAMESPACE;
|
using namespace PAL_NAMESPACE;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user