The R Project SVN R

Rev

Rev 4394 | Rev 5458 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4394 Rev 5429
Line 27... Line 27...
27
 */
27
 */
28
 
28
 
29
#include "internal.h"
29
#include "internal.h"
30
 
30
 
31
static char MDIStatusText[256] = "" ;
31
static char MDIStatusText[256] = "" ;
-
 
32
#ifndef SBARS_SIZEGRIP
-
 
33
#include "commctrl.h"
-
 
34
#endif
32
 
35
 
33
int addstatusbar() {
36
int addstatusbar() {
34
  int a[1]={-1};
37
  int a[1]={-1};
35
  if (!MDIFrame) return 0;
38
  if (!MDIFrame) return 0;
36
  if (MDIStatus) return 1;
39
  if (MDIStatus) return 1;