1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

fix the macro bug

This commit is contained in:
winlin 2014-03-01 10:53:28 +08:00
parent b0d20f57e1
commit 5e14aa9c13
2 changed files with 4 additions and 4 deletions

View file

@ -21,8 +21,8 @@ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/ */
#ifndef SRS_CORE_LOG_HPP #ifndef SRS_KERNEL_LOG_HPP
#define SRS_CORE_LOG_HPP #define SRS_KERNEL_LOG_HPP
/* /*
#include <srs_kernel_log.hpp> #include <srs_kernel_log.hpp>

View file

@ -21,8 +21,8 @@ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/ */
#ifndef SRS_CORE_RELOAD_HPP #ifndef SRS_KERNEL_RELOAD_HPP
#define SRS_CORE_RELOAD_HPP #define SRS_KERNEL_RELOAD_HPP
/* /*
#include <srs_kernel_reload.hpp> #include <srs_kernel_reload.hpp>