mirror of
https://github.com/sam-astro/Z-Sharp.git
synced 2025-12-11 16:22:12 +00:00
Devmode and things to get linux version working
This commit is contained in:
parent
b3c9e2f2e0
commit
6018e9f4f0
@ -26,7 +26,7 @@
|
||||
|
||||
#include "SLB.h"
|
||||
|
||||
#define DEVELOPER_MESSAGES false
|
||||
#define DEVELOPER_MESSAGES true
|
||||
#define EXAMPLE_PROJECT false
|
||||
|
||||
using namespace std;
|
||||
@ -647,7 +647,7 @@ int main(int argc, char* argv[])
|
||||
#if defined(__unix__)
|
||||
chdir(projectDirectory.c_str());
|
||||
#elif defined(_MSC_VER)
|
||||
LPCSTR s = projectDirectory.c_str();
|
||||
LPCWSTR s = wide.c_str();
|
||||
SetCurrentDirectory(s);
|
||||
#endif
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user