fixed case for case sensitive filesystems on a few #imports

This commit is contained in:
Christopher Lloyd 2009-01-26 15:53:13 +00:00
parent 4be46ae995
commit 8b12baa6fa
3 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ The above copyright notice and this permission notice shall be included in all c
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
#import <Foundation/NSDictionary.h>
#import <Appkit/NSAttributedString.h>
#import <AppKit/NSAttributedString.h>
#import <AppKit/NSImage.h>
#import <AppKit/NSNibLoading.h>
#import <AppKit/NSSystemInfoPanel.h>

View File

@ -1,5 +1,5 @@
#import <Foundation/NSObject.h>
#import <gl/gl.h>
#import <GL/gl.h>
#import <windows.h>
HGLRC opengl_wglCreateContext(HDC dc);

View File

@ -1 +1 @@
#import <gl/gl.h>
#import <GL/gl.h>