mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-05 00:02:37 +00:00
added ControlDefinitions.h for Carbon.
This commit is contained in:
parent
4928ef02e1
commit
a8c9ac0a18
@ -17,7 +17,9 @@
|
||||
*/
|
||||
|
||||
#include "nsCheckButton.h"
|
||||
|
||||
#if TARGET_CARBON
|
||||
#include <ControlDefinitions.h>
|
||||
#endif
|
||||
|
||||
NS_IMPL_ADDREF(nsCheckButton);
|
||||
NS_IMPL_RELEASE(nsCheckButton);
|
||||
|
@ -17,6 +17,9 @@
|
||||
*/
|
||||
|
||||
#include "nsRadioButton.h"
|
||||
#if TARGET_CARBON
|
||||
#include <ControlDefinitions.h>
|
||||
#endif
|
||||
|
||||
NS_IMPL_ADDREF(nsRadioButton);
|
||||
NS_IMPL_RELEASE(nsRadioButton);
|
||||
|
Loading…
x
Reference in New Issue
Block a user