Changed __GTK__, __WINDOWS__ and __MOTIF__ to __WXGTK__, __WXMSW__ and __WXMOTIF__

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@224 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Karsten Ballüder
1998-07-10 14:15:17 +00:00
parent 7007fcfced
commit 2049ba38ad
154 changed files with 481 additions and 463 deletions

View File

@@ -22,7 +22,7 @@
#include "wx/defs.h"
#ifdef __WINDOWS__
#ifdef __WXMSW__
#define __GOOD_COMPILER__
#endif
@@ -47,7 +47,7 @@
#include <stdlib.h>
#include <string.h>
#ifdef __WINDOWS__
#ifdef __WXMSW__
#include <windows.h>
#include <commdlg.h>
@@ -77,7 +77,7 @@ typedef signed short int SHORT ;
LONG APIENTRY _EXPORT wxAbortProc(HDC hPr, int Code);
#endif
// End __WINDOWS__
// End __WXMSW__
#if !USE_SHARED_LIBRARY
IMPLEMENT_CLASS(wxPrinterBase, wxObject)
@@ -337,7 +337,7 @@ void wxPreviewControlBar::CreateButtons(void)
SetSize(0, 0, 400, 40);
#ifdef __WINDOWS__
#ifdef __WXMSW__
int fontSize = 9;
#else
int fontSize = 10;
@@ -484,7 +484,7 @@ void wxPreviewFrame::Initialize(void)
// int w, h;
// controlBar->GetSize(&w, &h);
int h;
#ifdef __WINDOWS__
#ifdef __WXMSW__
h = 40;
#else
h = 60;