Skip to content

Commit 1ed931f

Browse files
authored
Merge pull request #461 from tophyr/outrage-message-box
Define OutrageMessageBox regardless of DEBUG
2 parents 95f3efe + 6953a76 commit 1ed931f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/pserror.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,11 +164,9 @@ void Int3MessageBox(const char *file, int line);
164164
#define MBOX_YESNO 2
165165
#define MBOX_YESNOCANCEL 3
166166
#define MBOX_ABORTRETRYIGNORE 4
167-
#if (defined(EDITOR) || defined(NEWEDITOR) || defined(_DEBUG))
168167
// prints out a standard OS messagebox
169168
void OutrageMessageBox(const char *str, ...);
170169
int OutrageMessageBox(int type, const char *str, ...);
171-
#endif
172170
// Sets the title for future OutrageMessageBox() dialogs
173171
void SetMessageBoxTitle(const char *title);
174172
// Write a block of text to the system clipboard

0 commit comments

Comments
 (0)