Fixed compilation of the Qt frontend with latest scroll changes
fixed Qt project compilation with Mingw on Windows
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#ifndef _DEBUG_H_
|
||||
#define _DEBUG_H_
|
||||
|
||||
#if WIN32
|
||||
#if (defined WIN32) && (!defined QT_CONFIG)
|
||||
#define snprintf sprintf_s
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user