]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/intf.h
macosx: compilation fix for the 10.4u SDK and removal of a hack
[vlc] / modules / gui / macosx / intf.h
index ded1405908acc4d727f81134500dd12fe210d3c0..ed999e22fd771e03c24f961046ad745269e2b6af 100644 (file)
 
 #include <Cocoa/Cocoa.h>
 
-/* this was introduced in Darwin 9. We need to declare it to prevent both
- * compilation warnings and errors */
-#ifndef NSInteger
-#define NSInteger int
-#endif
-
 /*****************************************************************************
  * Local prototypes.
  *****************************************************************************/