added ControlDefinitions.h for Carbon.

This commit is contained in:
pinkerton%netscape.com 1999-05-10 23:09:34 +00:00
parent 4928ef02e1
commit a8c9ac0a18
2 changed files with 6 additions and 1 deletions

View File

@ -17,7 +17,9 @@
*/
#include "nsCheckButton.h"
#if TARGET_CARBON
#include <ControlDefinitions.h>
#endif
NS_IMPL_ADDREF(nsCheckButton);
NS_IMPL_RELEASE(nsCheckButton);

View File

@ -17,6 +17,9 @@
*/
#include "nsRadioButton.h"
#if TARGET_CARBON
#include <ControlDefinitions.h>
#endif
NS_IMPL_ADDREF(nsRadioButton);
NS_IMPL_RELEASE(nsRadioButton);