this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: move MacWindows.h to proper location

+2 -2
+1 -1
src/frameworks/Carbon/HIToolbox/include/HIToolbox/IBCarbonRuntime.h
··· 5 5 #include <CarbonCore/MacErrors.h> 6 6 #include <CoreFoundation/CFBase.h> 7 7 #include <HIToolbox/Menus.h> 8 - #include "../../src/MacWindows.h" // TODO: put WindowRef where it actually goes 8 + #include <HIToolbox/MacWindows.h> 9 9 10 10 #ifdef __cplusplus 11 11 extern "C" {
+1 -1
src/frameworks/Carbon/HIToolbox/src/MacWindows.cpp
··· 1 - #include "MacWindows.h" 1 + #include <HIToolbox/MacWindows.h> 2 2 #include <stdlib.h> 3 3 #include <stdio.h> 4 4
src/frameworks/Carbon/HIToolbox/src/MacWindows.h src/frameworks/Carbon/HIToolbox/include/HIToolbox/MacWindows.h