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:
parent
0a24cf40f0
commit
bb3e5e9bb1
|
@ -106,6 +106,9 @@ class ExprVector;
|
|||
class ExprQuaternion;
|
||||
class RgbColor;
|
||||
|
||||
#ifndef MAX_PATH
|
||||
# define MAX_PATH PATH_MAX
|
||||
#endif
|
||||
|
||||
//================
|
||||
// From the platform-specific code.
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user