Allow CxbxPopupMessage to be called with Non-const strings

This commit is contained in:
Luke Usher 2017-09-05 21:22:59 +01:00 committed by PatrickvL
parent 7283193101
commit 5f60dddd8f
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ typedef uint32 xbaddr;
#define VECTOR2IRQ(vector) ((vector)-IRQ_BASE)
#define VECTOR2IRQL(vector) (PROFILE_LEVEL - VECTOR2IRQ(vector))
void CxbxPopupMessage(const char *message);
void CxbxPopupMessage(char *message);
extern Xbe::Certificate *g_pCertificate;