classic mac os
Some checks failed
pyrite-dev/milsko/pipeline/head There was a failure building this commit
Some checks failed
pyrite-dev/milsko/pipeline/head There was a failure building this commit
This commit is contained in:
parent
6f9b3c12a7
commit
5315f4ec4d
34 changed files with 369 additions and 51 deletions
|
|
@ -53,7 +53,7 @@ static void destroy(MwWidget handle) {
|
|||
MwDestroyWidget(handle);
|
||||
}
|
||||
|
||||
static void cancel(MwWidget handle, void* user, void* call) {
|
||||
static void filecancel(MwWidget handle, void* user, void* call) {
|
||||
(void)user;
|
||||
(void)call;
|
||||
|
||||
|
|
@ -147,7 +147,7 @@ static void nav_activate(MwWidget handle, void* user, void* call) {
|
|||
(void)user;
|
||||
|
||||
if(strcmp(e, "Home") == 0) {
|
||||
#ifdef _WIN32
|
||||
#if defined(_WIN32) || defined(CLASSIC_MAC_OS)
|
||||
#else
|
||||
struct passwd* p = getpwuid(getuid());
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue