vclxtopwindow.cxx (b0724fc6) vclxtopwindow.cxx (27ead02a)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 16 unchanged lines hidden (view full) ---

25#include "precompiled_toolkit.hxx"
26#include <com/sun/star/lang/SystemDependent.hpp>
27#include <com/sun/star/awt/SystemDependentXWindow.hpp>
28
29#ifdef WNT
30#include <tools/prewin.h>
31#include <windows.h>
32#include <tools/postwin.h>
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 16 unchanged lines hidden (view full) ---

25#include "precompiled_toolkit.hxx"
26#include <com/sun/star/lang/SystemDependent.hpp>
27#include <com/sun/star/awt/SystemDependentXWindow.hpp>
28
29#ifdef WNT
30#include <tools/prewin.h>
31#include <windows.h>
32#include <tools/postwin.h>
33#elif defined ( OS2 )
34#include <svpm.h>
33#elif defined ( QUARTZ )
34#include "premac.h"
35#include <Cocoa/Cocoa.h>
36#include "postmac.h"
37#endif
38
39#include <vcl/syschild.hxx>
40#include <vcl/sysdata.hxx>

--- 301 unchanged lines hidden ---
35#elif defined ( QUARTZ )
36#include "premac.h"
37#include <Cocoa/Cocoa.h>
38#include "postmac.h"
39#endif
40
41#include <vcl/syschild.hxx>
42#include <vcl/sysdata.hxx>

--- 301 unchanged lines hidden ---