Skip to content

Commit 91addeb

Browse files
committed
Update rexm.c
1 parent ee3be57 commit 91addeb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/rexm/rexm.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@
5050

5151
#include "raylib.h"
5252

53-
#include <stdlib.h>
53+
#include <stdlib.h> // Required for: NULL, calloc(), free()
5454
#include <stdio.h> // Required for: rename(), remove()
5555
#include <string.h> // Required for: strcmp(), strcpy()
5656

5757
#define SUPPORT_LOG_INFO
58-
#if defined(SUPPORT_LOG_INFO) && defined(_DEBUG)
58+
#if defined(SUPPORT_LOG_INFO) //&& defined(_DEBUG)
5959
#define LOG(...) printf("REXM: "__VA_ARGS__)
6060
#else
6161
#define LOG(...)

0 commit comments

Comments
 (0)