mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 10:30:27 +00:00
14 lines
235 B
C
14 lines
235 B
C
#ifndef PROBES_MYSQL_H
|
|
|
|
#define PROBES_MYSQL_H
|
|
|
|
#include <my_global.h>
|
|
|
|
#if defined(HAVE_DTRACE) && !defined(DISABLE_DTRACE)
|
|
#include "probes_mysql_dtrace.h"
|
|
#else
|
|
#include "probes_mysql_nodtrace.h"
|
|
#endif
|
|
|
|
#endif /* PROBES_MYSQL_H */
|