Rename OG_W32 to OG_WIN32.

This commit is contained in:
Jonathan Schleifer 2012-01-05 15:50:28 +01:00
parent 3c7d8d51ac
commit 50c5df7fa2
4 changed files with 10 additions and 13 deletions

View file

@ -23,7 +23,7 @@
#import "OGWidget.h"
#ifdef OG_W32
#ifdef OG_WIN32
typedef struct s_OGBoxChild
{
HWND hwnd;
@ -37,7 +37,7 @@ typedef struct s_OGBoxChild
#endif
@interface OGBox: OGWidget
#ifdef OG_W32
#ifdef OG_WIN32
{ OGBoxChild *firstBorn; }
- (void)resizeChildren;
#endif