mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 05:02:10 +00:00
cleanup C reserved identifer violation (JANITOR-3)
This commit is contained in:
@@ -18,8 +18,8 @@
|
||||
*/
|
||||
|
||||
|
||||
#ifndef _SWITCH_DSO_H
|
||||
#define _SWITCH_DSO_H
|
||||
#ifndef FREESWITCH_DSO_H
|
||||
#define FREESWITCH_DSO_H
|
||||
|
||||
typedef int (*switch_dso_func_t) (void);
|
||||
#ifdef WIN32
|
||||
|
||||
Reference in New Issue
Block a user