minor patch
This commit is contained in:
parent
429dcc6a76
commit
6b6453c055
|
|
@ -6,7 +6,11 @@
|
|||
|
||||
#include "shellUtils.h"
|
||||
|
||||
#ifdef WIN32
|
||||
#define WIN_EXEC .append(".exe") // executables on windows need .exe to run
|
||||
#else
|
||||
#define WIN_EXEC
|
||||
#endif
|
||||
|
||||
int main()
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue