Rename OG_W32 to OG_WIN32.
This commit is contained in:
parent
3c7d8d51ac
commit
50c5df7fa2
4 changed files with 10 additions and 13 deletions
|
@ -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
|
||||
|
|
Reference in a new issue