| 62 | } |
| 63 | |
| 64 | void setTrayPath(const char *path_to_tray) |
| 65 | { |
| 66 | static char s_tray_path[MAX_PATH]; |
| 67 | strcpy(s_tray_path, path_to_tray); |
| 68 | strcat(s_tray_path, "\\tray3d.exe"); |
| 69 | |
| 70 | tray_patch = s_tray_path; |
| 71 | } |
| 72 | |
| 73 | BOOL failure_continue(HWND hwnd) |
| 74 | { |