Minor follow-up changes

solvespace.h: Need to #define MAX_PATH on POSIX systems

resource.rc: icon.ico now lives in the same directory as this file
This commit is contained in:
Daniel Richard G 2013-11-13 02:26:18 -05:00
parent 0a24cf40f0
commit bb3e5e9bb1
2 changed files with 4 additions and 1 deletions

View File

@ -106,6 +106,9 @@ class ExprVector;
class ExprQuaternion;
class RgbColor;
#ifndef MAX_PATH
# define MAX_PATH PATH_MAX
#endif
//================
// From the platform-specific code.

View File

@ -3,4 +3,4 @@
// with my SDK install (I don't think I've got *.rh right)
1 24 "manifest.xml"
4000 ICON "../icon.ico"
4000 ICON "icon.ico"