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

@ -43,7 +43,7 @@
id <OGComboBoxDataSource> dataSource;
}
#ifdef OG_W32
#ifdef OG_WIN32
//unfortunately, the built-in Win32 ListBox stores a pointer to it's parent (for sending selection changed notifications) during CreateWindow().
//it does not update it after a SetParent()... unless we implement a custom ListBox control i don't see a way around this...
- initWithParent : (OGWidget *)parent;